您的位置:首页 > 产品设计 > UI/UE

UIKit框架简介

2013-06-27 20:45 246 查看
UIKit框架提供了构建和管理iOS应用程序的用户界面所需要的类。它为应用程序提供了事件处理,绘制模型,窗口,视图以及为触摸屏界面而特别设计的控件。下面罗列了UIKit框架内的类。(限iOS SDK版本为6.1)

所罗列类的所处位置/System/Library/Frameworks/UIKit.framework/Headers
Class References

NSAttributedString
UIKit Additions
NSBundle
UIKit Additions
NSCoder
UIKit Additions
NSIndexPath
UIKit Additions
NSLayoutConstraint
NSMutableParagraphStyle
NSObject
UIKit Additions
NSParagraphStyle
NSShadow
NSString
UIKit Additions
NSStringDrawingContext
NSValue
UIKit Additions
UIAcceleration
UIAccelerometer
UIAccessibilityElement
UIActionSheet
UIActivity
UIActivityIndicatorView
UIActivityItemProvider
UIActivityViewController
UIAlertView
UIApplication
UIBarButtonItem
UIBarItem
UIBezierPath
UIButton
UICollectionReusableView
UICollectionView
UICollectionViewCell
UICollectionViewController
UICollectionViewFlowLayout
UICollectionViewLayout
UICollectionViewLayoutAttributes
UICollectionViewUpdateItem
UIColor
UIControl
UIDatePicker
UIDevice
UIDictationPhrase
UIDocument
UIDocumentInteractionController
UIEvent
UIFont
UIGestureRecognizer
UIImage
UIImagePickerController
UIImageView
UILabel
UILocalizedIndexedCollation
UILocalNotification
UILongPressGestureRecognizer
UIManagedDocument
UIMarkupTextPrintFormatter
UIMenuController
UIMenuItem
UINavigationBar
UINavigationController
UINavigationItem
UINib
UIPageControl
UIPageViewController
UIPanGestureRecognizer
UIPasteboard
UIPickerView
UIPinchGestureRecognizer
UIPopoverBackgroundView
UIPopoverController
UIPrintFormatter
UIPrintInfo
UIPrintInteractionController
UIPrintPageRenderer
UIPrintPaper
UIProgressView
UIReferenceLibraryViewController
UIRefreshControl
UIResponder
UIRotationGestureRecognizer
UIScreen
UIScreenMode
UIScrollView
UISearchBar
UISearchDisplayController
UISegmentedControl
UISimpleTextPrintFormatter
UISlider
UISplitViewController
UIStepper
UIStoryboard
UIStoryboardPopoverSegue
UIStoryboardSegue
UISwipeGestureRecognizer
UISwitch
UITabBar
UITabBarController
UITabBarItem
UITableView
UITableViewCell
UITableViewController
UITableViewHeaderFooterView
UITapGestureRecognizer
UITextField
UITextInputMode
UITextInputStringTokenizer
UITextPosition
UITextRange
UITextSelectionRect
UITextView
UIToolbar
UITouch
UIVideoEditorController
UIView
UIViewController
UIViewPrintFormatter
UIWebView
UIWindow

Protocol References

UIAccelerometerDelegate
UIAccessibility
UIAccessibilityAction
UIAccessibilityContainer
UIAccessibilityFocus
UIActionSheetDelegate
UIActivityItemSource
UIAlertViewDelegate
UIAppearance
UIAppearanceContainer
UIApplicationDelegate
UICollectionViewDataSource
UICollectionViewDelegate
UICollectionViewDelegateFlowLayout
UIDataSourceModelAssociation
UIDocumentInteractionControllerDelegate
UIGestureRecognizerDelegate
UIImagePickerControllerDelegate
UIKeyInput
UINavigationBarDelegate
UINavigationControllerDelegate
UIPageViewControllerDataSource
UIPageViewControllerDelegate
UIPickerViewAccessibilityDelegate
UIPickerViewDataSource
UIPickerViewDelegate
UIPopoverControllerDelegate
UIPrintInteractionControllerDelegate
UIResponderStandardEditActions
UIScrollViewDelegate
UISearchBarDelegate
UISearchDisplayDelegate
UISplitViewControllerDelegate
UITabBarControllerDelegate
UITabBarDelegate
UITableViewDataSource
UITableViewDelegate
UITextFieldDelegate
UITextInput
UITextInputDelegate
UITextInputTokenizer
UITextInputTraits
UITextViewDelegate
UIVideoEditorControllerDelegate
UIViewControllerRestoration
UIWebViewDelegate

Other References

UIKit
Data Types
UIKit
Constants
UIKit
Function
 

Revision History
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ios UIKit iOS 6