M MrPenguin9 macrumors member Original poster Aug 1, 2008 59 0 Jul 16, 2009 #1 I'm creating an UIImageView, and I want it to go below all of the other UIImageViews, how do I do that? Thanks
I'm creating an UIImageView, and I want it to go below all of the other UIImageViews, how do I do that? Thanks
dejo Moderator emeritus Sep 2, 2004 15,982 452 The Centennial State Jul 16, 2009 #2 Via Interface Builder or programatically?
M MrPenguin9 macrumors member Original poster Aug 1, 2008 59 0 Jul 16, 2009 #3 How do I tell it which image I want to go on the bottom?
TodVader macrumors 6502a Sep 27, 2005 596 0 Quebec, Canada Jul 16, 2009 #4 He asked you if you wanted to do it with Interface builder or in Xcode. With interface builder, there's an option "Bring to front" that will do what you want.
He asked you if you wanted to do it with Interface builder or in Xcode. With interface builder, there's an option "Bring to front" that will do what you want.
M MrPenguin9 macrumors member Original poster Aug 1, 2008 59 0 Jul 16, 2009 #5 Oh, well I would like to know how to do both ways. Thanks a lot!
TodVader macrumors 6502a Sep 27, 2005 596 0 Quebec, Canada Jul 16, 2009 #6 You can use this method: bringSubviewToFront source: http://www.iphonedevsdk.com/forum/iphone-sdk-development/9250-bring-image-view-front.html I haven't tested this, you can try it.
You can use this method: bringSubviewToFront source: http://www.iphonedevsdk.com/forum/iphone-sdk-development/9250-bring-image-view-front.html I haven't tested this, you can try it.
M MrPenguin9 macrumors member Original poster Aug 1, 2008 59 0 Jul 16, 2009 #7 TodVader said: You can use this method: bringSubviewToFront source: http://www.iphonedevsdk.com/forum/iphone-sdk-development/9250-bring-image-view-front.html I haven't tested this, you can try it. Click to expand... Thanks!!!
TodVader said: You can use this method: bringSubviewToFront source: http://www.iphonedevsdk.com/forum/iphone-sdk-development/9250-bring-image-view-front.html I haven't tested this, you can try it. Click to expand... Thanks!!!