Skip to content

Commit 381b54b

Browse files
author
yixiang
committed
fix didi#62 iOS11以下版本点击沙盒浏览功能崩溃
1 parent 6fa5f7d commit 381b54b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

iOS/DoraemonKit/Src/Core/Plugin/Sanbox/VC/DoraemonSandboxViewController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ - (void)initData{
4848
- (void)initUI{
4949
self.title = DoraemonLocalizedString(@"沙盒浏览器");
5050
self.tableView = [[UITableView alloc] initWithFrame:CGRectMake(0, self.bigTitleView.doraemon_bottom, self.view.doraemon_width, self.view.doraemon_height-self.bigTitleView.doraemon_bottom) style:UITableViewStylePlain];
51-
self.tableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentAutomatic;
5251
self.tableView.delegate = self;
5352
self.tableView.dataSource = self;
5453
[self.view addSubview:self.tableView];

0 commit comments

Comments
 (0)