This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 336
9.3 クラス設計演習
Koya Tamura edited this page May 17, 2013
·
5 revisions
問題
リモートから情報を取得し、その情報をもとに tableView を構成してください。
なお、実装の際には以下の点を考慮してください。
- データ URL -> https://raw.github.com/mixi-inc/iOSTraining/master/SampleData/9.3/timeline.json
- 動的に cell の高さを計算するクラスを作成しましょう
- object_type ごとに cell を作成しましょう。抽象クラスを作成しましょう。
- 通信を行っていることをユーザに明示しましょう。
- 通信が失敗した場合のエラーハンドリングとユーザへのフィードバックを行いましょう。
はじめに
-
導入
-
1.3 UIViewController1 UIViewController のカスタマイズ(xib, autoresizing)
-
UIKit 1 - container, rotate-
-
UIKit 2- UIView -
-
UIKit 3 - table view -
-
UIKit 4 - image and text -
-
ネットワーク処理
-
ローカルキャッシュと通知
-
Blocks, GCD
-
設計とデザインパターン
-
開発ツール
-
テスト
-
In-App Purchase
-
付録