Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 554 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 554 Bytes

EmptyDataRefreshDemo

是对三方刷新框架MJRefresh 、空数据框架DZNEmptyDataSet 的再次封装,这样能减少很多重复的代码

[self.tabView setRefreshWithHeaderBlock:^{
        [self head];
    } footerBlock:^{
        [self foot];
    }];
[self.tabView setupEmptyDataText:nil verticalOffset:100 emptyImage:[UIImage imageNamed:@"emp"] tapBlock:^{
            [self head];
        }];

还在路上,稍等...