最終更新:2024-04-01 (月) 20:47:47 (321d)
UIKit
Top / UIKit
http://www.cocoadev.com/index.pl?UIKit
https://developer.apple.com/library/ios/#documentation/uikit/reference/UIKit_Framework/_index.html
UIKitフレームワークには、グラフィカルな、イベント駆動型アプリケーション をiPhone OS上に実装するための主要な基盤を提供するObjective-Cプログラミングインターフェイスが含まれています。iPhone OS上のアプリケーションはすべてこのフレームワークを使用して、核となる以下の機能セットを実装します。
日本語ドキュメント
機能セット
- アプリケーションの管理
- ユーザインターフェイスの管理(ストーリーボードやnibファイルの処理を含む)
- グラフィックス処理、ウインドウ管理(マルチディスプレイを含む)
- マルチタスク対応(「マルチタスク」
- 印刷機能
- 標準的なUIKitコントロールの外観のカスタマイズ(iOS 5以降)
- ほかのビューコントローラの内容を取り込むビューコントローラの実装
- タッチベースイベントおよびモーションベースイベントの処理
- 標準的なシステムビューとコントロールを表すオブジェクト
- テキストおよびWebコンテンツのサポート
- カット、コピー、ペースト
- ユーザインターフェイスコンテンツのアニメーション化
- URLスキームによるシステム上のほかのアプリケーションとの統合
- Apple Push Notification Service
- 体の不自由なユーザのためのアクセシビリティのサポート
- Local Notification?のスケジューリングと配信
- PDF作成
- システムキーボードのように動作するカスタム入力ビューの使用
- システムキーボードとやり取りを行うカスタムテキストビューの作成
デバイス固有機能のサポート
参考
UIKit/クラス
- UIAcceleration?
- UIAccelerometer
- UIAccessibilityElement?
- UIBarItem
- UIBezierPath
- UIColor
- UIDevice
- UIDocumentInteractionController
- UIEvent
- UIFont
- UIGestureRecognizer?
- UIImage
- UILocalizedIndexedCollation?
- UILocalNotification?
- UIMenuController?
- UIMenuItem?
- UINavigationItem
- UINib?
- UIPasteboard?
- UIPopoverController?
- UIPrintController?
- UIPrintFormatter?
- UIScreen
- UIScreenMode?
- UISearchDisplayController?
- UITextChecker?
- UITextInputStringTokenizer?
- UITextPosition?
- UITextRange?
- UITouch
UIResponder
- UIApplication: main application class
- UIView
- UIWindow
- UILabel
- UIPickerView
- UIProgressView?
- UIActivityIndicatorView
- UIImageView
- UITabBar?
- UIToolbar?
- UINavigationBar: That swank little bar at the top with a button or two
- UITableViewCell
- UIActionSheet
- UIAlertView
- UIScrollView
- UISearchBar?
- UIWebView
- UIControl
- UIButton
- UIDatePicker?
- UIPageControl
- UISegmentedControl
- UITextField
- UISlider?
- UISwitch
- UIViewController
- UITabBarController
- UITableViewController
- UINavigationController
- UIImagePickerController
- UIVideoEditorController?
- UISplitViewController