how do i populate the UITableView with the column data from the external database(mysql)?
hi i am trying to connect to the external database and then populate the UITableV开发者_开发问答iew with the column data in the external database(mysql)... could anyone help me out...
I'd use a php page to grab the data out of MySQL, then use json_encode() to prepare the data for the app.
Next you'll need something like this to translate the JSON into a list on the iPhone.
精彩评论