Skip to content

基于UIViewController实现的空白占位View,一句话展示占位图片,通过代理实现刷新页面等操作

Notifications You must be signed in to change notification settings

XZYsunny/ZYPlaceHolderView

Repository files navigation

ZYPlaceHolderView

直接在UIViewController调用 [self zy_checkEmpty:@"枚举:占位图类型" superView:self.view]; 然后在代理方法内做需要的操作

  • (void)emptyOverlayClicked:(id)sender { NSLog(@"刷新页面"); }

这里感谢 iOS程序犭袁 ,借鉴修改CYLTableViewPlaceHolder而实现的。原文链接https://github.com/ChenYilong/CYLTableViewPlaceHolder

About

基于UIViewController实现的空白占位View,一句话展示占位图片,通过代理实现刷新页面等操作

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published