Re: Creating subviews programmatically ?
Re: Creating subviews programmatically ?
- Subject: Re: Creating subviews programmatically ?
- From: Vince Ackerman <email@hidden>
- Date: Fri, 30 Nov 2007 09:54:19 -0800
On Nov 30, 2007, at 09:49, Vince Ackerman wrote:
For some reason each time the resizeSubview method is called,
NSEnumerator alternately returns with either the first subview in
the array, or the last. The first time the method is called, the
first subview is number 0, continuing through 41. The next time it
goes through the array, the enumerator starts with subview 41, skips
subview 0, and iterates to subview 1, then 2, 3 etc.
I should have added that when it starts with subview 41, then iterates
to subview 1, 2, 3 etc., it ends with subview 0.
Vince
_______________________________________________
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