My app is made of 2 storyboard cenes, but these have a mutual UILabel whose value shouldn't change with the change of the scene, (as it does now) so I was thinking of moving this label to a view that would be on both controllers, how can this be done?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
You would simply have an outer ViewController with the label in it's view. Two more view controllers have the scenes, and their views are subviews of the outer view controller. Perhaps the inner view controllers use a navigation controller, or whatever is appropriate for your needs. |
|||
|
|