UIScrollView簡(jiǎn)介
The UIScrollView class provides support for displaying content that is larger than the size of the application’s window. It enables users to scroll within that content by making swiping gestures, and to zoom in and back from portions of the content by making pinching gestures.
以上是來(lái)自于Apple官方文檔的介紹,從以上介紹我們知道
- UIScrollView 是為了用來(lái)顯示那些比設(shè)備界面尺寸要大的內(nèi)容而設(shè)計(jì)的一種View兜蠕。
2.UIScrollView是支持用戶通過(guò)滑動(dòng)來(lái)瀏覽內(nèi)容莱预,并且可以通過(guò)手指捏合動(dòng)作來(lái)縮放界面。
從上面的圖片我們可以清楚的看出設(shè)備的界面可以看到整個(gè)圖片的一部分涨颜。
這里有幾個(gè)屬性比較重要
- contentSize --顯示的內(nèi)容的尺寸大小
- contentOffset --可是框的位移
- contentInset --內(nèi)容邊框尺寸
UIScrollView需要實(shí)現(xiàn)的代理
在我們使用UIScrollView的過(guò)程中我們必須實(shí)現(xiàn)UIScrollViewDelegate中的方法费韭。
通過(guò)以上的代理我們可以響應(yīng)UIScrollView 執(zhí)行的相關(guān)操作。