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
gridView:willSelectCellAtPath: selectively firing
posted

This is really putting the knife in my project.

As far as I understand it, the IGGridViewDelegate methods gridView:willSelectCellAtPath: and gridView:didSelectCellAtPath: don't need any special code from the programmer to get them working.  Simply add them to your project's .m file and fill in the logic.  When the project is run, the grid will call them if they are implemented.

Well, as my video demonstrates, this is not the case for me. 

The grid does not call either of these methods for the bottom row cells.

You can see my demo on my google drive here...

https://drive.google.com/open?id=1hb6t-mm5rxkaLEmZmYbSihhPAjVO3SPg

Unfortunately I can't conveniently package up this functionality into a project because the project is very large and many files are involved in getting this on screen.

Parents Reply Children