UITableView with Activity indicator
I just want to display h开发者_如何转开发uge amount of Local Data(sqlite3 database) in to a tableView, while it was loading I want to display activity indicator and after loading I just want disable it, but it was not working. Can anyone help me please?
you can add activity indicator as table cells sub view..Adding activity indicator on table cell Refer this
You can even use the table cell accessoryView, in this case the activity indicator will be placed on the right of the cell (in place of the ">" disclosure). When the action related to the activity indicator terminates, you can replace the activity indicator with the standard disclosure accessory.
精彩评论