前言: html
衆所周知,咱們的移動設備的屏幕上能夠展現不少圖形界面,做爲用戶的咱們能夠經過屏幕上的圖形界面瀏覽信息,也能夠經過與圖形界面的簡單交互,在移動設備上實現各類各樣的功能操做.....能夠說,沒有圖形界面,普通用戶基本上沒法操做移動設備,可見移動設備的圖形界面多麼重要。它到底有多重要?能夠用業界流行的一句話來描述:UIKit框架都學很差的開發者,就不要說本身是作移動開發的了!!!app
關於UIKit框架的重要性,官網也作出了相關描述:框架
The UIKit framework provides the core objects that you need to build apps for iOS and tvOS. You use these objects to display your content onscreen, to interact with that content, and to manage interactions with the system. Apps rely on UIKit for their basic behavior, and UIKit provides many ways for you to customize that behavior to match your specific needs.ide
好了,回到正題。接下來讓咱們一塊兒來探索、學習UIKit框架學習