Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 347 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 347 Bytes

BaseViewPage

Base Page (page:loading,error,empty)

eg:
var basePage : PromptPage?
basePage = PromptPage.init(self)
basePage?.showLoadingPage()
basePage?.dismiss()
basePage?.showNoResultsPage()
basePage?.showErrNetworkPage {
//do
}
basePage?.showErrResultsPage {
//do
}