Re: Best way to put a fixed view in a UITableViewController scene?
Re: Best way to put a fixed view in a UITableViewController scene?
- Subject: Re: Best way to put a fixed view in a UITableViewController scene?
- From: Luther Baker <email@hidden>
- Date: Tue, 26 Nov 2013 10:12:54 -0600
Right, that seems obviously like fighting the SDK.
My suggestion is around rolling your own. IE, I would wire up and drop a "UITableView" on a parent view controller, I wouldn't drop a "UITableViewController" on a parent.
For the most part, UITVC is a convenience view controller. If it doesn't work out of the box, not hard to roll your own and get the behavior you are looking for ... Even still with Xibs.
On Nov 26, 2013, at 12:53 AM, Rick Mann <email@hidden> wrote:
>
> On Nov 25, 2013, at 21:11 , Luther Baker <email@hidden> wrote:
>
>> Maybe I am missing something - but I just created a new Tab based project
>> and dropped a UITableView directly on the FirstViewController, under the
>> "View" node in the expanding tree. If I right click on the UITableView, I
>> see both the delegate and datasource outlets. I can click them and easily
>> drag/connect to the parent "First View Controller."
>>
>> Do you mean something else?
>
> You can't put a UITableViewController into a Container View, and link from the UITVC back to the containing view controller.
>
> --
> Rick
>
>
>
_______________________________________________
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