Situation: I\'ve got a UITableViewController loading some data asynchronously from a service. During this time I would like to place a full screen (except n
UIWindow* window = [[UIApplication sharedApplication].delegate.window; [window addSubview: your-overlayview];