iphone dev - activity indicator scroll with the table

Posted by Brian on Stack Overflow See other posts from Stack Overflow or by Brian
Published on 2010-05-19T16:28:03Z Indexed on 2010/05/19 16:30 UTC
Read the original article Hit count: 284

In a view of my app I subclass tableViewController and has an activity indicator shown up when the table content is loading. I put it in the center of the screen but it scroll with the tableView (I guess the reason is I add it as a subview of the table view). Is there a way that I can keep the activity indicator in the center of the screen even the table is scrolling?

Thanks in advanced.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiactivityindicatorview