(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { NSLog(@"bla %@", [section count]);
return [possessions count]; }
Does anyone know how to implement a simple NSLog because I am getting an error.
Here is the most used format specifiers:
You can see the other format specifiers here :
https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Strings/Articles/formatSpecifiers.html