Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A table view is a means for displaying and editing hierarchical lists of information. For example: UITableView in Cocoa-touch.

learn more… | top users | synonyms

0
votes
1answer
2k views

numberOfRowsInSection called but cellForRowAtIndexPath not called

In my tableView numberOfRowsInSection is called two times but cellForRowAtIndexPath not called ? I wants to display Facebook friends list in tableView (if cellForRowAtIndexPath called my problem ...