vote up 0 vote down star

Hi All, Previously i had a doubt regarding the Parsing XML. thanks for all for giving me help to clear that.

Now i need to load the data which i parsed from the XML in to a table view. can any one help me in that.

[What i need is to load the courses which a student enrolls. the xml file is created based on the login query.]

Thanks in advance Shibin

flag

45% accept rate

1 Answer

vote up 0 vote down

To display data in UITableView you must set its delegate and datasource properties to an object that implements UITableViewDelegate and UITableViewDataSource protocols. Look reference docs for details.

There's also TableViewSuite sample on apple site.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.