Tagged Questions

2
votes
2answers
824 views

implementing core data to an existing iPhone-project

I´ve some trouble with implementing Core Data to my existing iPhone-Project. First I wanna give you a more detailed view on it: Some of my classes are nested into each other: The class "Game" has an ...
1
vote
2answers
831 views

iPhone: How I can Access Data in a View Controller Class from Another Controller Class?

In my application I have one Entry form in which there are six Text fields Name :UITextField Date of Birth :UITExtField Age:UITextField Address :UITextField Phone No :UITextField Image : UIIMageView ...
0
votes
1answer
57 views

Cocoa — change class of an object in app update?

I have two objects of class WidgetClass in my stored model. They are saved each time the app exits and reloaded each time it starts. I want to update my model to make one of them a WidgetSubclass ...