This doesn't make sense - it will either return 1 or 0. Hence only 1 row appears.
Just return [tableData count]. (Sent from my iPhone.) -- Conrad Shultz On Mar 8, 2012, at 21:42, Erik Stainsby <erik.stain...@roaringsky.ca> wrote: > - (NSInteger) numberOfRowsInTableView:(NSTableView *)tableView { > return [tableData count] || 0; > } _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com