devxoul / UINavigationItem-Margin

Margins for UINavigationItem
MIT License
159 stars 12 forks source link

Don't support system? #4

Closed snail-z closed 7 years ago

snail-z commented 7 years ago

Don't support system NavigationItem? Set up the system of NavigationItem, doesn't work。

devxoul commented 7 years ago

@snail-z could you please explain me some more detail?

snail-z commented 7 years ago

I'm sorry my English is poor, I mean on the system of 'NavigationItem back button' doesn't work. For example: self navigationController. NavigationItem. LeftMargin = 30; It is not work.

devxoul commented 7 years ago

@snail-z, that's intended because system back button is not a leftBarButtonItem.

snail-z commented 7 years ago

I see. Thanks