NSUInteger row = [indexPath row];该如何解决

NSUInteger row [indexPath row]我最近在学iphone,【listdata objectAtIndex:row】我就理解为【对象 方法

NSUInteger row = [indexPath row];
我最近在学iphone,【listdata objectAtIndex:row】我就理解为【对象 方法 方法参数】,但是row不是indexPath 的方法啊,这句话怎么理解?

[解决办法]
NSIndexPath在UIKit里增加了row,section两个方法,具体看文档