mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix Settings' alignement issu of ipad
This commit is contained in:
parent
b48704b59d
commit
5179ac7615
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue