项目介绍:
NicooEnptyView is show when no network, request failed, no data tableList.
网络请求失败后,或未获取到列表,或清空列表后展示的页面。
NicooErrorView.showErrorMessage(.noNetwork, on: strongSelf.view, clickHandler: {
print("Press Screen to request again!")
})
NicooErrorView.showErrorMessage(.noNetwork, on: strongSelf.view, topMargin: 100, clickHandler: nil)
// 暂无数据
NicooBuildingView.showBuildingView(on: view)
git地址