SyntaxFix
Write A Post
Hire A Developer
Questions
indexPathForRow is a class method!
indexPathForRow
The code should read:
NSIndexPath *myIP = [NSIndexPath indexPathForRow:0 inSection:0] ;