본문 바로가기

Programming/Swift

UIKit

 

Construct and manage a graphical, event-driven user interface for your iOS or tvOS app.

 

Overview

The UIKit framework provides the required infrastructure for your iOS or tvOS apps. It provides the window and view architecture for implementing your interface, the event handling infrastructure for delivering Multi-Touch and other types of input to your app, and the main run loop needed to manage interactions among the user, the system, and your app. Other features offered by the framework include animation support, document support, drawing and printing support, information about the current device, text management and display, search support, accessibility support, app extension support, and resource management.

 

Apple Developer Documentation

 

developer.apple.com

 

'Programming > Swift' 카테고리의 다른 글

Class: UISlider  (0) 2020.10.26
How to use UIColorFromRGB in Swift  (0) 2020.10.26
switch statement  (0) 2020.10.23
Initialization  (0) 2020.10.23
Swift, iOS공부하면서 참고하면 좋은 사이트들  (0) 2020.10.16