I can place a UIActivityIndicatorView on a UIWindow or a UIView by using Interface Builder like as follows.

(source: hatena.ne.jp)
But I can’t place a UIActivityIndicatorView on a UITableView by using Interface Builder.
What’s the reason? Are there any ways?
I can place it on a UITableView programmatically.

(source: hatena.ne.jp)
Make the
UITableViewand theUIActivityIndicatorViewboth subviews of a parentUIView. You can then place the indicator view atop the table view.