iphone - DialogViewController and JSON -
i have been driving myself crazy trying larn how utilize mt.d. here scenario, have dialogviewcontroller pushing navigation controller.
this.navigationcontroller.pushviewcontroller(this.ci2, true);
and how dialogviewcontroller set up:
public partial class courseinfo2 : dialogviewcontroller {... }
the json messy, here have:
{ "responsedata":[ { "clusterid":"c02f1f5c-c61b-4f2c-ab5a-249966b3cdef", "clustername":"northeast", "courses":[ { "courseid":"8ab4f2b3-8160-4d7e-b79f-8d8b58926cc0", "coursename":"home course", "subcourses":[ { "subcoursename":"subcourse1", "subcoursenumber":18 } ] }, { "courseid":"b3223464-333b-4c54-89c2-23908e0510c9", "coursename":"away course", "subcourses":[ { "subcoursename":"subcourse1", "subcoursenumber":19 } ] } ], "ishomecluster":true } ], "responseerrors":[ ] }
where should set code parse json , load elements dialogviewcontroller?
iphone json monotouch.dialog
No comments:
Post a Comment