How do I get selected background color from SecondView to pass to FirstView?

Posted by rob on Stack Overflow See other posts from Stack Overflow or by rob
Published on 2010-02-21T20:50:42Z Indexed on 2010/03/30 2:03 UTC
Read the original article Hit count: 315

Filed under:
|
|
|
|

I am going insane! This is a simple app with two Views. FirstView is a text field with info button to flip to SecondView. In SecondView I have 6 buttons for background color choice. When button is pushed the color of background changes perfectly but cannot make it also change background color for FirstView. Any help would be GREAT! Thanks! I am using Objective C class working on a iPhone app. Sorry new at this. The SecondView acts almost like a settings page in the fact that when a button is pushed the background color changes to the button color. I need it so when I push the "back" button to go back to FirstView the background color has also changed to that color choice. Been thru sooooooooo many tutorials and codes that now I am totally lost......... Thanks again!

© Stack Overflow or respective owner

Related posts about views

Related posts about switch