I am using core data(from the CoreDataBooks sample code) to manage people in my app(Using a tableview). When the user adds a person in the tableview in the flipside(Utility Application), I want the name(an attribute) to appear in the label on the MainViewController. Also, I would like to have the different people switchable with a Page Control/Swipe(I would swipe to switch between the people in the front).
How can this be completed?
My entity is named "child".
Thanks
How can this be completed?
My entity is named "child".
Thanks