Home

Awesome

MokuMokuNotes_iOS

A project you can learn how to develop iOS App just fixing build errors and runtime errors.

  1. install Xcode (https://itunes.apple.com/jp/app/xcode/id497799835?mt=12)
  2. Swift basics (http://nilhcem.com/swift-is-like-kotlin/)
  3. 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

takasek

Feedbacks are welcome!

See also

Introduction

🇺🇸 A project you can learn how to develop iOS App just fixing build errors and runtime errors

https://boostlog.io/@takasek/a-project-you-can-learn-how-to-develop-ios-app-just-fixing-build-errors-and-runtime-errors-5b03c948a374750053e318aa

🇯🇵 コンパイルエラーやランタイムエラーを直していくだけで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

https://github.com/panpanini/MokuMokuNotes_Android