Trying to call gridview reloadData, not processing
Please forgive me if this is an obvious or brain-dead question - I'm still learning the ropes. I'm populating an array with image data on a return from the locationManager. Once that array is populated I want to load the gridview with those images. I've created a method called "showResultGrid" that receives the array of images and then calls [self.gridView reloadData] from within my veiwController. I'm getting to the point where the reloadData call is made - but the debugger just steps on past the line without going into reloadData. (I've stepped through ImageDemo, and I CAN step into reloadData) - so I must be missing something somewhere, but for the life of me I can't figure out what. Does this sound at all familiar? Are there any gotchas that I can check? THANK YOU for any help that you can provide!!
Maybe i have the same problem...