Awesome
MokuMokuNotes_iOS
A project you can learn how to develop iOS App just fixing build errors and runtime errors.
- install Xcode (https://itunes.apple.com/jp/app/xcode/id497799835?mt=12)
- Swift basics (http://nilhcem.com/swift-is-like-kotlin/)
- Quests (Resolve the errors occured step by step). You may learn with process about...
- how to search sources in Xcode
- delegate pattern (MVP)
- designing with Storyboard
- how to connect
IBOutlet
- registering and dequeueing to/from
UITableView
- how to navigate to another
UIViewController
Architecture
Simple MVP
Author
Feedbacks are welcome!
See also
Introduction
🇺🇸 A project you can learn how to develop iOS App just fixing build errors and runtime errors
🇯🇵 コンパイルエラーやランタイムエラーを直していくだけでiOSアプリの作り方がわかるプロジェクト - Qiita
https://qiita.com/takasek/items/490370ebc1ffb09f106e
This project is inspired by
panpanini/MokuMokuNotes_Android: Quest based learning tool for writing a basic Android app