Re: Plist to tableview
Re: Plist to tableview
- Subject: Re: Plist to tableview
- From: "Kyle Sluder" <email@hidden>
- Date: Wed, 19 Nov 2008 21:40:16 -0500
On Wed, Nov 19, 2008 at 9:27 PM, Richard S. French <email@hidden> wrote:
> How do I return a count and the data?
Read up on implementing a table view data source. Your data source
object implements these methods and returns the correct data. So once
you have loaded the data from a plist and filtered it as necessary,
return the number of items in the array from your implementation of
-numberOfRowsInTableView:, and return the requested cell data from
-tableView:objectValueForTableColumn:row:.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden