yackle/CLImageEditor

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

Closed this issue · 2 comments

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

Does that mean you made any changes?

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.