Re: Dynamic UI with scroll view
Re: Dynamic UI with scroll view
- Subject: Re: Dynamic UI with scroll view
- From: Fritz Anderson <email@hidden>
- Date: Tue, 28 Jul 2009 09:48:34 -0500
On 27 Jul 2009, at 7:23 PM, Chase Meadors wrote:
NSLog(@"%@", [scrollView documentView]); //outputs (null)
[scrollView setDocumentView:[[NSView alloc]
initWithFrame:NSMakeRect(0, 0, 500, 500)]];
NSLog(@"%@", [scrollView documentView]); //outputs (null) again
Have you verified that scrollView isn't nil?
— F
--
Fritz Anderson -- Xcode 3 Unleashed: Now in its second printing -- <http://x3u.manoverboard.org/
>
_______________________________________________
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