I'm sure this is a really easy to answer question but I'm still new to cocoa. I need to save my applications data. The app has 4 text fields and each field needs to be saved into one file. Then when you open the file it needs to know what goes in what field. I'm really stuck with this. Also, I do know how to use the save panel.
相关问题
- What is the best way to do a search in a large fil
- How to access the camera from my Windows Phone 8 a
- Spring Integration - Inbound file endpoint. How to
- php--glob for searching directories and .jpg only
- NSOutlineView drag line stuck + blue border
相关文章
- Use savefig in Python with string and iterative in
- What is the correct way to declare and use a FILE
- Making new files automatically executable?
- Converting (u)int64_t to NSNumbers
- “getter” keyword in @property declaration in Objec
- How to serialize data into indented json [duplicat
- NSMenuItem KeyEquivalent “ ”(space) bug
- Creating a custom file like object python suggesti
A convenient way would be to use PLists:
For deserialization: