Skip to content
tamotamago edited this page Apr 11, 2013 · 14 revisions

iOSアプリ開発の基礎知識と実務スキルを身に付けるトレーニングコース

構成

このトレーニングコースは、下記のカリキュラムで構成されています。カリキュラムは予告無く変更される場合があります。 なお、本カリキュラムは iPhone simulator で確認できる範囲のものになっております。

  1. 導入
  • Objective C の基礎
  • メモリ管理
  • UIViewController
  1. UIKit 1 - container -
  • UINavigationController について
  • UITabBarController について
  • childViewController について
  1. UIKit 2 - table view -
  • UITableView について
  • UITableViewDelegate, UITableViewDatasource について
  • custom UITableViewCell の作成
  • (iOS6) UIRefreshControl について
  1. UIKit 3 - images -
  • UIImage (CoreGraphics)
  • UIImageView
  • Accets Library
  • CoreImage
  1. UIKit 4 - text -
  • UILabel
  • UITextView
  • KeybordNotification
  1. 非同期処理系
  • NSURLConnection (json シリアライザ)
  • Blocks
  • GCD
  1. View アニメーション、回転対応
  • View animation
  • Core animation
  • lotate
  1. ローカルキャッシュ
  • UserDefaults
  • FileManager
  • CoreData
  • SQLite
  1. Instruments
  • leak
  • time profiler
  1. その他
  • 単体テスト (GHUnit)
  • 結合テスト (KIF)
  • cocoaPods でライブラリ管理
  1. 導入
  2. Objective C の基礎
  3. メモリ管理
  4. UIViewController1 - UIViewController のカスタマイズ
  5. UIViewController2 - ModalViewController
  6. UIViewController3 - ライフサイクル
  7. UIKit 1 - container -
  8. UINavigationController
  9. UITabController
  10. Custom Container View Controller
  11. UIKit 2 - table view -
  12. UITableView について
  13. UITableViewDelegate, UITableViewDatasource について
  14. custom UITableViewCell の作成
  15. (iOS6) UIRefreshControl について
  16. UIKit 3 - images -
  17. UIImage (CoreGraphics)
  18. UIImageView
  19. Accets Library
  20. CoreImage
  21. UIKit 4 - text -
  22. UILabel
  23. UITextView
  24. KeybordNotification
  25. 非同期処理系
  26. NSURLConnection (json シリアライザ)
  27. Blocks
  28. GCD
  29. View アニメーション、回転対応
  30. View animation
  31. Core animation
  32. lotate
  33. ローカルキャッシュ
  34. UserDefaults
  35. FileManager
  36. CoreData
  37. SQLite
  38. Instruments
  39. leak
  40. time profiler
  41. その他
  42. 単体テスト (GHUnit)
  43. 結合テスト (KIF)
  44. cocoaPods でライブラリ管理

edit sidebar

Clone this wiki locally