Add subtitle under the title in navigation bar controller in Xcode
So I'm wanting to add a "subtitle" under the title in the navigation bar in navigation controller. Mostly everything I look up so far wants me to use CGRect. I don't know a whole lot what that is and it sounds like its wanting me to create an entire new view which is not what I am wanting to do. My question is, is there a dot method to adding a subtitle view easily? The closest thing I found was posted on stack overflow and here is the link: Create a subtitle in navigationbar Apparently last year this worked but now I am getting errors and it's in my viewDidLoad... I tried this: self