草庐IT

FBFriends

全部标签

iphone - 调用了 numberOfRowsInSection 但未调用 cellForRowAtIndexPath

在我的tableView中numberOfRowsInSection被调用了两次但是cellForRowAtIndexPath没有被调用?我想在tableView中显示Facebook好友列表(如果cellForRowAtIndexPath调用我的问题已解决)。我在这里的数组中得到了正确的值,但第一次调用表方法时,因为friend列表的解析未完成,它不会转到cellForRowAtIndexPath,但下次我重新加载数据时,它显示值194(我在facebood上的friend)在numberOfRowsInSection中,但仍然没有进入cellForRowAtIndexPath。我对