I have difficulty adding a subview (UIView) from within the viewDidLoad method of a UITableViewController
This works:
[self.view addSubview:self.prog
You may simply put the following code in viewDidAppear:
[self.tableView.superview addSubview:];