Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashfurrow/your-first-ios-app
Sample code for "Your First iOS App", the book
https://github.com/ashfurrow/your-first-ios-app
Last synced: 2 months ago
JSON representation
Sample code for "Your First iOS App", the book
- Host: GitHub
- URL: https://github.com/ashfurrow/your-first-ios-app
- Owner: ashfurrow
- License: bsd-3-clause
- Created: 2013-03-16T03:19:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-20T20:22:38.000Z (over 11 years ago)
- Last Synced: 2024-05-09T20:01:55.810Z (8 months ago)
- Language: Objective-C
- Homepage: https://leanpub.com/your-first-ios-app
- Size: 5.36 MB
- Stars: 35
- Watchers: 44
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Your-First-iOS-App
==================Sample code for my [book](https://leanpub.com/your-first-ios-app) – the [first chapter is available online for free](http://yourfirstiosapp.com). I start out small and incrementally introduce new concepts to build a simple timer application.
Design uses elements from the [Teehan+Lax iPhone PSD](http://www.teehanlax.com/tools/iphone/).
![Root view](http://static.ashfurrow.com/github/rootView.png)
![Edit view](http://static.ashfurrow.com/github/editView.png)
![Timer view](http://static.ashfurrow.com/github/timerView.png)