Cocoa touch(一):總覽

Cocoa touch layer包含了一些框架,它是專用於ios系統的,使用這些框架能夠訪問關鍵的設備特性。ios

  1. AddressBookUI
  2. EventKitUI
  3. GameKit
  4. iAd
  5. MapKit
  6. MessageUI
  7. Twitter
  8. UIKit

這些框架裏面最主要的就是UIKit,它提供了ios應用程序最基本的部分。下面是UIKit的簡易類繼承圖框架

  • NSObject
    • UIResponder
      • UIApplication
      • UIView
        • UIWindow
        • UILabel
        • UIPickerView
        • UIProgressView
        • UIActivityIndicatorView
        • UIImageView
        • UITabBar
        • UIControl
          • UIButton
          • UIDatePicker
      • UIViewController

 

 

相關文章
相關標籤/搜索