iphone - UITableView with Activity indicator -


i want display huge amount of local data(sqlite3 database) in tableview, while loading want display activity indicator , after loading want disable it, not working. can me please?

you can use table cell accessoryview, in case activity indicator placed on right of cell (in place of ">" disclosure). when action related activity indicator terminates, can replace activity indicator standard disclosure accessory.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -