This repository was archived by the owner on Jun 20, 2023. It is now read-only.
  
  
  - 
                Notifications
    
You must be signed in to change notification settings  - Fork 331
 
Home
        yuichi takeda edited this page May 15, 2015 
        ·
        43 revisions
      
    iOSアプリ開発の基礎知識と実務スキルを身に付けるトレーニングコース
このトレーニングコースは、下記のカリキュラムで構成されています。カリキュラムは予告無く変更される場合があります。 なお、本カリキュラムは iPhone simulator で確認できる範囲のものになっております。
- はじめに
 - iOSについて
 - Xcode最初のステッフ
 - 導入
 - Objective C の基礎
 - メモリ管理
 - 1.3 UIViewController1 UIViewController のカスタマイズ(xib, autoresizing)
 - 1.3 UIViewController1 UIViewController のカスタマイズ(storyboard)
 - UIViewController2 - ModalViewController
 - UIViewController2 - ModalViewController(storyboard)
 - 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 - image and text -
 - UIImagePickerController
 - Assets Library
 - UITextFiled, UITextView
 - KeyboardNotification
 - Homework 1 - フォトの複数枚選択
 - ネットワーク処理
 - NSURLConnection
 - JSONのシリアライズとデシリアライズ
 - UIWebView
 - ローカルキャッシュと通知
 - NSUserDefaults, Settings Bundle
 - NSFileManager
 - Key Value Observing
 - NSNotification、NSNotificationCenter を用いた通知
 - UILocalNotification
 - Blocks, GCD
 - Blocks
 - GCD
 - 【演習】GCD,-Blocksを用いたHTTPリクエストマネージャの作成
 - 設計とデザインパターン
 - クラス設計 1
 - クラス設計 2
 - [クラス設計演習] (https://github.com/mixi-inc/iOSTraining/wiki/9.3-%E3%82%AF%E3%83%A9%E3%82%B9%E8%A8%AD%E8%A8%88%E6%BC%94%E7%BF%92)
 - 開発ツール
 - Instruments, デバッガ
 - CocoaPods
 - テスト
 - iOS開発におけるテスト
 - GHUnit
 - Kiwi
 - KIF
 - In-App Purchase
 - In-App Purchase
 - 付録
 - Tips of Xcode
 - Auto Layout 入門
 - Auto Layout ドリル
 
はじめに
- 
導入
 - 
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
 - 
付録