-tableView:cellForRowAtIndexPath: is not getting called
问题 I've UITableView in UIViewController and I've connected through outlet and delegete and datasource are assigned to self. numberOfSectionsInTableView and numberOfRowsInSection are getting called i tried by using NSLog but cellForRowAtIndexPath is not getting call my code looks like - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { NSLog(@" cellForRowAtIndexPath "); static NSString *CellIdentifier = @"CurrencyCell"; CurrencyCell *cell =