Hi All,
I am getting a warning while creating the NSIndexPath,
NSInteger arr[] = {0,3}; [NSIndexPath indexPathWithIndexes:arr length:2]
warning: pointer targets in passing argument 1 of 'indexPathWithIndexes:length:' differ in signedness
What is the warning due to ?? How to make it work?
Thanks