[iphonex] [ios] Added initial bottom menu layout.

This commit is contained in:
Ilya Grechuhin 2017-12-28 12:35:03 +03:00 committed by Roman Kuznetsov
parent b2bcdd2889
commit a64455887d

View file

@ -78,6 +78,7 @@ typedef NS_ENUM(NSUInteger, MWMBottomMenuViewCell) {
_delegate = delegate;
[controller addChildViewController:self];
[controller.view addSubview:self.view];
[controller.view layoutIfNeeded];
}
return self;
}