Does anyone have a clue on how to create a multiline navigation/top bar in iOS? I want something similar to the status line in WhatsApp (the one that displays last seen or the current status information).
Any advice would be appreciated.
I want to achieve something like in the image (Francis Whitman / last seen […]):

By default, a
UINavigationControllerwill use thetitleproperty of the currently-displayed view controller for the title in its navigation bar. You can have it display any arbitrary view, however, by setting thetitleViewproperty of the view controller’snavigationItemproperty, as so: