Can anyone suggest how to effective achieve what appears in the picture below?
To summarize:
- The
titleView
is aligned close to theBack
button. I tried by setting the frame of thetitleView
but it only changes within a fixed bounds - The
title
is multiline and left aligned. I guess this can be achieved just by setting the.textAlignment
andnumberOfLines
properties of, presumably, thetitle label
- The
title.top
seem to be aligned withbackButton.top
- The gray line below the title wouldn't be the
topLayoutGuide
as it seems customizable at least in its length - The navigation bar itself is more than
64p
- the default height, and can possibly be calculated?
So far, I have tried adding a UIView
with a UILabel
subview to the navigation bar and it sort of works but looks like