Closed kb100824 closed 6 years ago
ah wow - I'll have to look into this
tks !I am also trying to modify your source code @antiguab
Should be resolve in v0.1.5 !
Inside BATabBar.m >> - (void)updateConstraints Method
if (@available(iOS 11.0, *)) { make.bottom.equalTo(self.superview.mas_bottomMargin); } else { // Fallback on earlier versions make.bottom.equalTo(self.superview.mas_bottom); }
it will fix problem for iPhone X
Tabbar iOS11 for iPhonex