Re: Bindings in view-based tables
Re: Bindings in view-based tables
- Subject: Re: Bindings in view-based tables
- From: Quincey Morris <email@hidden>
- Date: Fri, 06 Mar 2015 01:13:15 +0000
On Mar 5, 2015, at 17:06 , Ken Thomases <email@hidden> wrote:
>
> Unfortunately, the solution is clumsy. You have to use a separate view NIB for the table cell view. That means you can't really design the view-based table in the NIB that contains the table view. The table view is in one NIB and the cell views are in other NIBs.
I was just coming to the conclusion that you described in the rest of your response. However, I think there’s an easier workaround. It ought to be fairly straightforward to give the object that’s being used as the cell’s “objectValue” a KVO-compliant “fontSize" derived property that tracks the user defaults value, and to bind the text field font size to that.
_______________________________________________
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