UIKit-View相关

  1. UIKit-View前言
  • UIView

    • 特殊的UIView:UIWindow

    • UIControl

      • UIButton
      • UISegmentedControl
      • UITextField
      • UIPageControl
      • UIDatePicker
  • 常用控件

    • UILabel
    • UIImageView
  • 常用的滚动显示控件

    • UIScrollView

      • UITableView
      • UICollectionView
      • UITextView
    • UITableViewCell

    • UICollectionReusableView

      • UICollectionViewCell
    • UIPickerView

  • 导航条与标签条、工具条

    • UINavigationBar
    • UITabBar
    • UIToolbar
  • 导航条与标签条item

    • UINavigationItem
    • UIBarItem
      • UIBarButtonItem
      • UITabBarItem
  • UIConllection布局

    • UICollectionViewLayout
      • UICollectionViewFlowLayout
  • 弹窗控件

    • UIActionSheet
    • UIAlertView
    • UIActivityIndicatorView(菊花)
  • 网页控件

    • UIWebView
  • UIView相关:

    • UIImage
    • UIFont
    • UIColor
    • NSAttributedString
      • NSMutableAttributedString
    • UIAppearence协议
    • NSLayoutConstraint

你可能感兴趣的:(UIKit-View相关)