How do you turn LargeTitleMode on in code?
Use the enumeration like this:
Self.LargeTitleMode = LargeTitleDisplayModes.Always
Thanks Paul
How do you turn LargeTitleMode on in code?
Use the enumeration like this:
Self.LargeTitleMode = LargeTitleDisplayModes.Always
Thanks Paul