简体   繁体   中英

Load data to the Table view from Parsed XML

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.]

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM