I've seen gridView.resolveCellForPath used in various articles, but that method doesn't seem to be officially defined anywhere that I can find.
Hey Dave,
I think you're looking at the Xamarin.iOS C# bindings. Method names are slightly different to better fit the .Net world.
in Obj-c that maps to [gridView cellAtPath:path]
-SteveZ