antiguab / BATabBarController

A TabBarController with a unique animation for selection
https://antiguab.github.io/batabbarcontroller/
MIT License
1.06k stars 131 forks source link

iOS11 for iPhonex #24

Closed kb100824 closed 6 years ago

kb100824 commented 7 years ago

Tabbar iOS11 for iPhonex image

antiguab commented 7 years ago

ah wow - I'll have to look into this

kb100824 commented 7 years ago

tks !I am also trying to modify your source code @antiguab

antiguab commented 6 years ago

Should be resolve in v0.1.5 !

pmehul55 commented 6 years ago

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