Merge remote-tracking branch 'origin/master'

This commit is contained in:
roy
2018-09-22 21:41:24 +08:00
113 changed files with 5077 additions and 240 deletions
@@ -688,6 +688,9 @@
[self.tableView addGestureRecognizer:longpress];
_scrollHeight = 64;
if (@available(iOS 11.0, *)) {
self.tableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
}
}
-(void)addLongPressGesture:(UILongPressGestureRecognizer *)guesture