XiangqiTu
Results
2
comments of
XiangqiTu
You can ignore this warning. If you have obsessive-compulsive disorder, you can do this: ```Objective-C __weak typeof(self) weakSelf = self; void(^fadeInBlock)(void) = ^{ __strong typeof(weakSelf) strongSelf = weakSelf; strongSelf ->...
oh ,i am sorry that this bug is belong to AAPullToRefresh.And i solve it and push a comment About it.