I have a subview over my UITable that is used as a “busy view”. It holds an activity indicator and labels. I call it when the program is going to download a photo that is indexed in the cell. All that works fine but the problem is that when I’m scrolling down the UITable and then click on a cell and the “busy view” gets added it will show up at the top of the screen or off the screen because it scrolled up too. How can I keep the second subview from scrolling and stay in place in the center of the screen? I’ve tried the “center” property and that doesn’t help.
Thanks
Don’t add the ‘busy view’ to the table view, add it to the window. This will place it above everything else onscreen: