forked from mixi-inc/iOSTraining
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
tamotamago edited this page Apr 11, 2013
·
14 revisions
iOSアプリ開発の基礎知識と実務スキルを身に付けるトレーニングコース
このトレーニングコースは、下記のカリキュラムで構成されています。カリキュラムは予告無く変更される場合があります。 なお、本カリキュラムは iPhone simulator で確認できる範囲のものになっております。
- 導入
- Objective C の基礎
- メモリ管理
- UIViewController
- UIKit 1 - container -
- UINavigationController について
- UITabBarController について
- childViewController について
- UIKit 2 - table view -
- UITableView について
- UITableViewDelegate, UITableViewDatasource について
- custom UITableViewCell の作成
- (iOS6) UIRefreshControl について
- UIKit 3 - images -
- UIImage (CoreGraphics)
- UIImageView
- Accets Library
- CoreImage
- UIKit 4 - text -
- UILabel
- UITextView
- KeybordNotification
- 非同期処理系
- NSURLConnection (json シリアライザ)
- Blocks
- GCD
- View アニメーション、回転対応
- View animation
- Core animation
- lotate
- ローカルキャッシュ
- UserDefaults
- FileManager
- CoreData
- SQLite
- Instruments
- leak
- time profiler
- その他
- 単体テスト (GHUnit)
- 結合テスト (KIF)
- cocoaPods でライブラリ管理
- 導入
- Objective C の基礎
- メモリ管理
- UIViewController1 - UIViewController のカスタマイズ
- UIViewController2 - ModalViewController
- UIViewController3 - ライフサイクル
- UIKit 1 - container -
- UINavigationController
- UITabController
- Custom Container View Controller
- UIKit 2 - table view -
- UITableView について
- UITableViewDelegate, UITableViewDatasource について
- custom UITableViewCell の作成
- (iOS6) UIRefreshControl について
- UIKit 3 - images -
- UIImage (CoreGraphics)
- UIImageView
- Accets Library
- CoreImage
- UIKit 4 - text -
- UILabel
- UITextView
- KeybordNotification
- 非同期処理系
- NSURLConnection (json シリアライザ)
- Blocks
- GCD
- View アニメーション、回転対応
- View animation
- Core animation
- lotate
- ローカルキャッシュ
- UserDefaults
- FileManager
- CoreData
- SQLite
- Instruments
- leak
- time profiler
- その他
- 単体テスト (GHUnit)
- 結合テスト (KIF)
- cocoaPods でライブラリ管理