Invalid receiver type for NSInteger

Posted by TheLearner on Stack Overflow See other posts from Stack Overflow or by TheLearner
Published on 2010-06-09T10:18:47Z Indexed on 2010/06/09 10:22 UTC
Read the original article Hit count: 637

Filed under:
|
|
  • (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.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk