介紹:
用SWIFT編寫的, 基于內(nèi)容,加載的視圖控制器的子類
作者提供4個(gè)常用的類, 適用一般加載的操作流程,
? Loading: The content is currently loaded over the network.
? Content: The content is available and presented to the user.
? Empty: There is currently no content available t
測試環(huán)境:
測試環(huán)境:Xcode 6, iOS 8.0。
效果圖:
使用方法:
用SWIFT編寫的, 基于內(nèi)容,加載的視圖控制器的子類
作者提供4個(gè)常用的類, 適用一般加載的操作流程,
? Loading: The content is currently loaded over the network.
? Content: The content is available and presented to the user.
? Empty: There is currently no content available to display.
? Error: An error occured whilst downloading content.
自己可以在此框架上添加自己的東西或者修改