Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
tamotamago edited this page Apr 18, 2013 · 43 revisions

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

構成

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

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

どこかに入れたい

  • イベント処理
  • タッチイベント
  • ジェスチャー
  • 通知パターン
  • NSNOtification
  • KVO
  • UIImage のところで ストレッチとかUIViewContentMode とかも話したい

宿題

こちらへ→HomeWork

はじめに

  1. iOSについて

  2. Xcode最初のステッフ

  3. 導入

  4. Objective C の基礎

  5. メモリ管理

  6. 1.3 UIViewController1 UIViewController のカスタマイズ(xib, autoresizing)

  7. 1.3 UIViewController1 UIViewController のカスタマイズ(storyboard)

  8. UIViewController2 - ModalViewController

  9. UIViewController2 - ModalViewController(storyboard)

  10. UIViewController3 - ライフサイクル

  11. HomeWork 1 Objective C の基本文法

  12. HomeWork 2 UIViewControllerとModalViewController

  13. HomeWork 3 UIViewController + Animation

  14. UIKit 1 - container, rotate-

  15. UINavigationController

  16. UITabController

  17. Custom Container View Controller

  18. Supporting Multiple Interface Orientations

  19. HomeWork 1 - タブバーからモーダルビューを表示する

  20. HomeWork 2 - NavigationController

  21. HomeWork 2.3 デバイスことに回転対応

  22. UIKit 2- UIView -

  23. UIView

  24. UIView のカスタマイズ

  25. UIView Animation

  26. HomeWork 1 - UIScrollView

  27. UIKit 3 - table view -

  28. UITableView について

  29. UITableViewとNavigationController

  30. custom UITableViewCell の作成

  31. UITableViewのその他のオプション、カスタマイズ

  32. HomeWork 1 - Dynamic height with a custom uitableviewcell

  33. UIKit 4 - image and text -

  34. UIImagePickerController

  35. Assets Library

  36. UITextFiled, UITextView

  37. KeyboardNotification

  38. Homework 1 - フォトの複数枚選択

  39. ネットワーク処理

  40. NSURLConnection

  41. JSONのシリアライズとデシリアライズ

  42. UIWebView

  43. ローカルキャッシュと通知

  44. NSUserDefaults, Settings Bundle

  45. NSFileManager

  46. Key Value Observing

  47. NSNotification、NSNotificationCenter を用いた通知

  48. UILocalNotification

  49. Blocks, GCD

  50. Blocks

  51. GCD

  52. 【演習】GCD,-Blocksを用いたHTTPリクエストマネージャの作成

  53. 設計とデザインパターン

  54. クラス設計 1

  55. クラス設計 2

  56. [クラス設計演習] (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)

  57. 開発ツール

  58. Instruments, デバッガ

  59. CocoaPods

  60. テスト

  61. iOS開発におけるテスト

  62. GHUnit

  63. Kiwi

  64. KIF

  65. In-App Purchase

  66. In-App Purchase

  67. 付録

  68. Tips of Xcode

  69. Auto Layout 入門

  70. Auto Layout ドリル

Edit sidebar

Clone this wiki locally