I'm diving into iOS development and I have a few questions about the iPhone Clock app.
- When the user adds a new Alarm, what's the best way to store it? Using a simple plist? Using Core Data?
- If you look at the Alarm tab in the Clock app, you'll notice it only shows one table cell for each Alarm that exists. How can I achieve this same appearance? The default table view fills the whole screen with empty table cells, which I think is ugly.
Thanks in advance for all your help!