fix Settings' alignement issu of ipad

This commit is contained in:
Danmei Chen 2020-06-19 15:55:44 +02:00
parent b48704b59d
commit 5179ac7615

View file

@ -165,6 +165,7 @@ CGRect IASKCGRectSwap(CGRect rect);
UITapGestureRecognizer *tapGesture = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(singleTapToEndEdit:)];
tapGesture.cancelsTouchesInView = NO;
[self.tableView addGestureRecognizer:tapGesture];
self.tableView.cellLayoutMarginsFollowReadableWidth = NO;
}
- (void)viewDidUnload {