IPHONE: For UITableView -- changing to next view takes time, how to show UIActivityIndicatorView?

Posted by westla7 on Stack Overflow See other posts from Stack Overflow or by westla7
Published on 2010-03-14T07:19:00Z Indexed on 2010/03/14 7:25 UTC
Read the original article Hit count: 291

So, my UITableViewCell has UITableViewCellAccessoryDetailDisclosureButton, and when somebody clicks on it it make long time just to show next view screen... so I want to show some "rolling wait image" (UIActivityIndicatorView ?) say next to UITableViewCellAccessoryDetailDisclosureButton in this cell, but how do I do it right? How to use UITableViewCellAccessoryDetailDisclosureButton properly?

Thank you.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c