eggswift / ESTabBarController

:octocat: ESTabBarController is a Swift model for customize UI, badge and adding animation to tabbar items. Support lottie!
MIT License
5.18k stars 580 forks source link

iPhoneX safe area fix against current cocoa pod version (2.5) #127

Closed harelw closed 6 years ago

harelw commented 6 years ago

Use safeAreaInsets.bottom to adjust title and image offsets when necessary (iOS 11 only, iPhoneX only - safeAreaInsets.bottom is not zero)

eggswift commented 6 years ago

Please resolve conflicts

harelw commented 6 years ago

I wrote this fix against the cocoapods provided version which is 2.5, but I can update against master as well.

eggswift commented 6 years ago

152