this is probably a simple question
im new to the iphone sdk, and have spent most of my initial time learning sqlite3 and integrating a database
i probably should of spent that time learning the simple interface design -haha
my question is
if i want to have the user click on a button, and it will load an image, the image will take up the full iphone screen, and the user can either tap on the screen or hit a back button
should i have a new .xib for just that image and have the button load that .xib
or how do i load it from code from the Main.Xib and when the user taps out of the image, it unloads it and returns to the main.xib where the buttons are
thanks
would i use this code, on button click?
UIImage *image = [UIImage imageNamed"myimage.png"]
im new to the iphone sdk, and have spent most of my initial time learning sqlite3 and integrating a database
i probably should of spent that time learning the simple interface design -haha
my question is
if i want to have the user click on a button, and it will load an image, the image will take up the full iphone screen, and the user can either tap on the screen or hit a back button
should i have a new .xib for just that image and have the button load that .xib
or how do i load it from code from the Main.Xib and when the user taps out of the image, it unloads it and returns to the main.xib where the buttons are
thanks
would i use this code, on button click?
UIImage *image = [UIImage imageNamed"myimage.png"]