I'm trying to re-create the look of the prefersLargeTitles property. To that end, I was wondering if anyone can tell me the font and font size used for this property?
The reason why I'm trying to re-create this on my own is that when I hide the navigation bar in my view controller, the prefersLargeTitles property becomes automatically disabled and hidden. So the goal is to re-create this property as a custom UILabel instead.