Hi All,
I'm trying to add an a View at the start of a Scroll View but it
always seem to add to the end, not the start. The code I have is:
[theScroll insertSubview:myImageView atIndex:0];
In order to have the image added at the start of the Scroll View, but
it acts exactly the same as if I'd have done:
[theScroll addSubView:myImageView];
Any ideas?
Thanks in Advance
Dave
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to arch...@mail-archive.com