EDIT: Just to avoid confusion – this question is about POSITIONING
with custom fonts! It is not about how to use custom fonts programatically!
I am trying to get something like this in the interface builder:

As you see I am using custom fonts. Problem is that custom fonts
are not visibe in the interface builder so it is extremely hard
to position them there.
How do you manage situations like that. I am quite new to custom
designs in iOS apps and I have no idea how to start with this.
I think that maybe UICollectionView would be an answer here but
then still – custom fonts and positioning is anyway very hard.
Any ideas on how can I get positioning (not reflection) like
on the image above?
As you see it’s really complicated to do this in IB so
Doit in your code. Set text and font to your label, and then retrieve it’s size by following code:Now adjust the
labelsaccordingly. If these are 3 you can do it easily by setingoriginof firstcenterof second and origin from end of screen for last.