I want to set the navigationItem's titleView with image and text like the picture below:
How do I achieve that?
More specifically, I am trying to do this in Swift
.
I want to set the navigationItem's titleView with image and text like the picture below:
How do I achieve that?
More specifically, I am trying to do this in Swift
.
The condition, your controller must have its
navigation controller
:Using my code I write below, the result is like this:
In your view controller ,try my code below: