devxoul / UINavigationItem-Margin

Margins for UINavigationItem
MIT License
159 stars 12 forks source link

iOS 11 support #8

Closed demosthese closed 6 years ago

demosthese commented 6 years ago

Setting custom margin to 0 does not remove system margin.

devxoul commented 6 years ago

Yeah, from iOS 11 negative-width UIBarButtonItem doesn't seem to work. I'm going to dig into this for a solution.

devxoul commented 6 years ago

@demosthese, I released 2.1.0 and it works for iOS 11. Thanks!