• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Plist to tableview
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: Plist to tableview (From: "Kyle Sluder" <email@hidden>)

  • Prev by Date: Re: forcing menu validation
  • Next by Date: Re: forcing menu validation
  • Previous by thread: Re: Plist to tableview
  • Next by thread: forcing menu validation
  • Index(es):
    • Date
    • Thread