Re: Un-embed UITableView from UIViewController content view in Interface Builder
Re: Un-embed UITableView from UIViewController content view in Interface Builder
- Subject: Re: Un-embed UITableView from UIViewController content view in Interface Builder
- From: Quincey Morris <email@hidden>
- Date: Fri, 24 Mar 2017 23:52:13 -0700
On Mar 24, 2017, at 20:01 , Saagar Jha <email@hidden> wrote:
I want the layout to look like this instead:
UIViewController UITableView (this is now the content view)
It seems you can’t do this. IB seems to treat the current content view specially. The only way I could find to replace it at all is to drag a table view from IB’s component palette. In that case, you can drop it on the content view to change the type. Unfortunately that doesn’t help you.
I’d suggest you leave the current structure alone. The extra view doesn’t really have any significant impact. In particular, I would imagine that a plain un-subclassed UIView is pretty much ignored.
Bug report time?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden