UILocalNotification Pattern & Test Pattern
For details, please see the fllowing page:
LocalNotificationManager
: UILocalNotification
manager class.
ExampleScheduleDataSource
: DataSource class for LocalNotificationManager
.
AppDelegate
: call LocalNotificationManager
here.
LocalNotificationMangerTest
: Test Class & Spy LocalNotificationManager
ref. Intro to Objective-C TDD [Screencast] - Quality Coding
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT