UITableViewController
UITableViewController
- Subject: UITableViewController
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Wed, 28 Jun 2017 14:21:08 +0700
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 (email@hidden)
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:
This email sent to email@hidden