UINavigationBar multi-line title
        Posted  
        
            by benasher44
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by benasher44
        
        
        
        Published on 2010-03-11T03:39:36Z
        Indexed on 
            2010/04/12
            9:13 UTC
        
        
        Read the original article
        Hit count: 653
        
Is there a straightforward way of overriding the titleView of the current navigation bar item in a navigation bar within a navigation controller? I've tried creating a new UIView and replacing the titleView property of topView with my own UIVIew with no success.
Basically, I want a multi-line title for the navigation bar title. Any suggestions?
© Stack Overflow or respective owner