I have (iOS 10.3) a UIViewController which contains:

Other Stuff
UITableView

Now I want to add a UIRefreshControl to my TableView.
The documentation says: that UIRefreshControl “is specifically designed for use 
in a table view that’s managed by a table view controller, using it in a 
different context can result in undefined behavior.”

Ok, so I removed my TableView from the scene and tried to drag a 
UITableViewController into its place.
But Xcode would not allow this.

So: must a UITableViewController the only (or the top) thing in a scene?
Or am I just doing something wrong?

B.t.w.: I tried before to have UITableViewController as the controller in my 
scene - but could not make it move down to allow for “Other Stuff” on top; so I 
changed it to UIViewController.

Gerriet.

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to