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
Home
ginrou edited this page Apr 30, 2013
·
43 revisions
iOSアプリ開発の基礎知識と実務スキルを身に付けるトレーニングコース
このトレーニングコースは、下記のカリキュラムで構成されています。カリキュラムは予告無く変更される場合があります。 なお、本カリキュラムは iPhone simulator で確認できる範囲のものになっております。
- 導入
- Objective C の基礎
- メモリ管理
- UIViewController1 - UIViewController のカスタマイズ
- UIViewController2 - ModalViewController
- UIViewController3 - ライフサイクル
- HomeWork 1 Objective C の基本文法
- HomeWork 2 UIViewControllerとModalViewController
- HomeWork 3 UIViewController + Animation
- UIKit 1 - container, rotate-
- UINavigationController
- UITabController
- Custom Container View Controller
- Supporting Multiple Interface Orientations
- HomeWork 1 - タブバーからモーダルビューを表示する
- HomeWork 2 - NavigationController
- HomeWork 2.3 デバイスことに回転対応
- UIKit 2- UIView -
- UIView
- UIView のカスタマイズ
- UIView Animation
- HomeWork 1 - UIScrollView
- UIKit 3 - table view -
- UITableView について
- UITableViewとNavigationController
- custom UITableViewCell の作成
- UITableViewのその他のオプション、カスタマイズ
- HomeWork 1 - Dynamic height with a custom uitableviewcell
- UIKit 4 - images -
- UIImage (CoreGraphics)
- UIImageView
- Accets Library
- CoreImage
- ネットワーク処理
- NSURLConnection (json シリアライザ)
- UIWebView
- ローカルキャッシュ
- UserDefaults
- FileManager
- CoreData
- SQLite
- 開発ツール
- Instruments
- leak
- time profiler
- CocoaPods
- テスト
- 単体テスト (GHUnit)
- 結合テスト (KIF)
- Blocks, GCD
- Blocks
- GCD
- 設計とデザインパターン
- 実際に何かアプリを作ってみる(前編)
- 実際に何かアプリを作ってみる(後編)
はじめに
-
導入
-
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
-
付録