Skip to content

Training course repository for iOS app development

Notifications You must be signed in to change notification settings

tazake/iOSTraining

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS Development Training Course Repository

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

前提

このトレーニングコースに入る前に、下記の知識・スキルについて勉強しておいてください。

  1. Foundation Framework の事前知識
  • NSString, NS(Mutable)Array, NS(Mutable)Dictionary あたりの使い方程度で大丈夫です。
  1. Xcode の使い方
  • 基本操作が分かる程度で大丈夫です。

ゴール

このトレーニングコースを受講することで、下記のような知識・スキルが身につきます。

  1. Xcode を使ったiOSアプリ開発
  2. リリース可能な品質を担保できる

準備

このトレーニングコースを受講する上で、Xcode 最新バージョンをインストールした mac を準備しておいてください。

構成

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 でライブラリ管理

About

Training course repository for iOS app development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%