본문 바로가기
프로그래밍

[iOS] UIView 클래스 계층도

by 밝음의기둥 2014. 4. 21.
반응형

UIView 클래스 계층도

 

 

 

 

 

    - NSObject
        - UIResponder
            - UIView
                - UIWindow
                - UILabel
                - UIPickerView
                - UIProgressView
                - UIActivityIndicatorView
                - UIImageView
                - UITabBar
                - UINavigationBar
                - UIActionSheet
                - UIAlertView
                - UIScrollView
                    - UITableView
                    - UITextView
                - UISearchBar
                - UIWebView
                - UIControl
                    - UIButton
                    - UIDatePicker
                    - UIPageControl
                    - UISegmentedControl
                    - UITextField
                    - UISlider
                    - UISwitch

 

 

반응형