Re: NSTabviewItem View
Re: NSTabviewItem View
- Subject: Re: NSTabviewItem View
- From: Graham Cox <email@hidden>
- Date: Fri, 11 Jan 2013 13:23:27 +1100
On 11/01/2013, at 3:41 AM, Koko <email@hidden> wrote:
> Is it possible to set the view of a tab view item to scroll view? It does not appear so but I am looking for confirmation one way or the other.
I would say that setting the actual view of a tab view item to something else isn't a good idea. You should be able to add any subview to it that you like however. That said, there are issues with tab views with the responder chain not always working as it should "through" the tab view hierarchy, so look out for that (e.g text fields don't always work properly in tab views).
> In IB if you set the class to scroll view the attributes tab does not show the scroll view attributes.
Just changing the class of many special views does not work in terms of bringing up the right attributes UI in IB. Instead, drag in the relevant view type (or use the "embed in" commands) to start with an object that IB recognises.
--Graham
_______________________________________________
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