ios-UI-基本控件之繼承關(guān)系(部分)
- 所有的類都繼承與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