I have 2 views controlled by a tab bar view controller created by the template Xcode 4 gives out using the storyboard.
My first view on the first tab is a data entry page, my second view on the second tab graphs this data. I have an object where the first view stores this data. How do I not only pass this object to my second view but also ensure it gets updated when someone changes one of the UITextfields on the first view?
Many thanks