控制元件:UIRefreshControl下拉重新整理

weixin_34320159發表於2016-11-04

摘要: 除了使用第三方資源庫來實現下拉重新整理,我們也可以使用蘋果的SDK中的UIRefreshControl來實現
其實UIRefreshControl的效果還是蠻不錯的,所以特地學習了下,在此與大家分享。

UIRefreshControl使用非常簡單,但是必須是在UITableViewController子類使用,而不能在UIViewController子類中使用。例如CustomViewController繼承自UIViewController,那麼就不能使用UIRefreshControl。

UIRefreshControl使用很簡單,如下程式碼,RootTableViewController繼承自UITableViewController,

相關文章