Rodhos Soft

備忘録を兼ねた技術的なメモです。Rofhos SoftではiOSアプリ開発を中心としてAndroid, Webサービス等の開発を承っております。まずはご相談下さい。

iOSバージョン違い

一部のみ。つかったことないものとか。

iOS9から

  1. UIStackView

iOS8から

Unified Storyboardsというpad,phone共通で一つという考え

  1. UITraitCollection SizeClasses
  2. UIVisualEffectView
  3. UIImageAsset
  4. UIInputViewController カスタムキーボード
  5. UIPresentationController
  6. UIPopoverPresentationController
  7. UIPrinter
  8. UISearchController
  9. UITableViewRowAction
  10. UIUserNotificationCategory ( push notificationの)
  11. UIVisualEffect
  12. UIContentContainer
  13. UICoordinateSpace

iOS7から

  1. UIDynamicAnimator
  2. UIKeyCommand 外部キー
  3. UIMotionEffect 視差効果
  4. UIPercentDrivenInteractiveTransition

iOS6から

  1. UICollectionViewCell
  2. NSShadow
  3. UITextSelectionRect

iOS5から

  1. UIDocument
  2. UIStoryboard

プロトコル

  1. UIAppearance
  2. UIAppearanceContainer

iOS4から

  1. UIPrintFormatter

iOS3から

  1. UIPasteboard
  2. UIVideoEditorController
  3. UISearchDisplayController(iOS8からはUISearchController)

iOS2から

  1. UIImagePickerController
  2. UIScreen