I am working on my first iOS / Cocoa Touch application, and to process user settings I need to create some table views for the navigation controller. Anyway, I created a custom UITableViewController and clicked it on my UINavigationController. I have not changed anything (except return numbers) in the following two methods, but they cause warnings in Xcode. What gives?
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { #warning Potentially incomplete method implementation.
xcode uitableview warnings
Gregir
source share