ios-UI-基本控件之继承关系(部分)
- 所有的类都继承与NSObject
继承与UIResponder的子类
- UIApplication
- UIView
- UIViewController
继承与UIViewController的子类
- UITabBarController
- UITableViewController
- UICollectionViewContrller
- UINavigationController
继承与UIView的子类
- UIWindow
- UILabel
- UIPickerView
- UIProgressView
- UIactivityIndicatorView
- UIImageView
- UITabBar
- UIToolBAR
- UINactionSheet
- UITableViewCell
- UIActionSheet
- UIAlertView
- UIScrollView
- UISearchBar
- UIWebView
- UIControl
继承与UIControl的子类
- UIButton
- UIDatePicker
- UIPageControl
- UISegmentedControl
- UITextField
- UISlider
- UISwitch
网友评论