I have a problem's. I want to use the image in the title of the navigation bar, but I get an error. ie "UIImage" is not a subtype of "NSString". See below for the code.
class Dashboard: UIViewController { override func viewDidLoad() { super.viewDidLoad() self.navigationItem.title = UIImage(named: "logo.png")
Can anyone suggest? Thanks!
source share