Merge branch 'dev_st'
# Conflicts: # keyBoard.xcodeproj/project.pbxproj 解决冲突
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
}];
|
||||
|
||||
// 刷新组件(演示:2 秒后结束)
|
||||
__weak typeof(self) weakSelf = self;
|
||||
KBWeakSelf
|
||||
if (self.isNeedHeader) {
|
||||
self.collectionView.mj_header = [MJRefreshNormalHeader headerWithRefreshingBlock:^{
|
||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
||||
|
||||
Reference in New Issue
Block a user