美文网首页iOS随笔
ios-UI-基本控件之继承关系(部分)

ios-UI-基本控件之继承关系(部分)

作者: 顺扬sky | 来源:发表于2017-04-14 14:50 被阅读25次

    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

    相关文章

      网友评论

        本文标题:ios-UI-基本控件之继承关系(部分)

        本文链接:https://www.haomeiwen.com/subject/aziwattx.html