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