首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Iphone >

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

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

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

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

热点排行