M mcanadiensfan63 macrumors member Original poster Dec 28, 2007 43 0 Nov 1, 2008 #1 ok so im trying to get it so that when i click on the button in the interface it brings up a picture. How do i do this?
ok so im trying to get it so that when i click on the button in the interface it brings up a picture. How do i do this?
M mcanadiensfan63 macrumors member Original poster Dec 28, 2007 43 0 Nov 1, 2008 #2 a tut vid would be great
J jnic macrumors 6502a Oct 24, 2008 567 0 Cambridge Nov 3, 2008 #3 IBAction on the button that calls [self.view addSubView:imageView], where imageView is a UIImageView whose image property is set to the UIImage you want to show.
IBAction on the button that calls [self.view addSubView:imageView], where imageView is a UIImageView whose image property is set to the UIImage you want to show.