TableView with File-Based Persistence
Similar to Editable TableView, but adds a number of features, including file-based persistence of the array of model objects that the app manages.
Demonstrates how to:
Create a custom subclass of UITableViewCell that adds a UITextField to its content view to make the cell’s text editable.
Use a modal UINavigationController to add a new item to [...]
From Mobile Orchard
Tutorial: Easy Audio Playback With AVAudioPlayer
The iPhone SDK’s AVFoundation framework includes AVAudioPlayer, an easy, feature rich, Objective-C based way of playing audio files.
This tutorial demonstrates how to use AVAudioPlayer. When you’ve finished the tutorial you’ll have created a simple app that plays an MP3 audio file in a loop when the app starts.
Source/Github
The [...]