Hi, first time poster, constant lurker! I'm relatively new to iPhone programming and I don't know how I might implement this...
Currently, I have a main view, and an alternate view that I use as an options menu. When the user presses the info button in the top corner, the screen simply changes from the main view to the options view, and vice versa. Now, I'd like to implement a segmented control that switches between two different main views from the options menu, but I don't exactly know how to do this. I'm not using Interface Builder; I'm doing all interface stuff programmatically using UIViews. Can anyone help?
Currently, I have a main view, and an alternate view that I use as an options menu. When the user presses the info button in the top corner, the screen simply changes from the main view to the options view, and vice versa. Now, I'd like to implement a segmented control that switches between two different main views from the options menu, but I don't exactly know how to do this. I'm not using Interface Builder; I'm doing all interface stuff programmatically using UIViews. Can anyone help?