Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1935
ResolveCellForPath - is that an unpublished method? Replaced? Deprecated?
posted

I've seen gridView.resolveCellForPath used in various articles, but that method doesn't seem to be officially defined anywhere that I can find.

  • 40030
    Verified Answer
    Offline posted

    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