M MrPenguin9 macrumors member Original poster 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
M MrPenguin9 macrumors member Original poster Jul 16, 2009 #3 How do I tell it which image I want to go on the bottom?
TodVader macrumors 6502a 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 Jul 16, 2009 #5 Oh, well I would like to know how to do both ways. Thanks a lot!
TodVader macrumors 6502a 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 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!!! 😀