yackle / CLImageEditor

MIT License
2.22k stars 574 forks source link

[Swift 3] Navigation Left & Right Buttons Hidden but Functional When Using Tools #179

Closed Lwdthe1 closed 7 years ago

Lwdthe1 commented 7 years ago

I managed to make the navigation bar items show in the view with the carousel of tools to pick from, but when I choose a tool to edit my image, the left and right buttons in the navigation bar are hidden even though I can click on them. I am pushing the view controller instead of presenting it.

2017-04-30



2017-04-30 1

yackle commented 7 years ago

Does that mean you made any changes?

Lwdthe1 commented 7 years ago

We found the issue. We had UINavigationBar.appearance().tintColor = UIColor.white for our app's navigation bar, so changing it to UINavigationBar.appearance().tintColor = UIColor.black fixes the problem.