Is there any other reason (than calling \"reloadData\") why numberOfSectionsInTableView is called twice? I did debugging and found, that it\'s get called twice during initial st
Probably your tableView object may instantiate twice. Once i have encountered the same problem due to this.