Skip to content

yzjzmn/BaseViewPage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

Base页面(包含loading,error,empty)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages