UITableView numberOfSectionsInTableView and numberOfRowsInSection called thrice on initial load
问题 I am making a REALLY BASIC UITableView project without any data source. I am just displaying "1" on first and only cell. I am returning 1 in both numberOfSectionsInTableView and numberOfRowsInSection . I am also doing an NSLog on both methods simply stating the name of the respective methods. On initial load, I get this: SomeShit[27511:936083] number of sections SomeShit[27511:936083] number of rows in section SomeShit[27511:936083] number of sections SomeShit[27511:936083] number of rows in