Custom fonts in the xCode 4 iOS SDK

iPhone supports special fonts installed programmatically and in the xib editor, if they are executed correctly. I know that.

My question is, however.

Is there a way to get the xib editor in xCode 4 to display the custom font in all the shortcuts it is installed on, so I can view my preview before compiling?

amuses

+3
source share
1 answer

After a lot of pain, the answer is simply no.

You cannot display custom fonts in nib. You can install them, although that helps a bit.

I hope that at some point the apple will fix it.

+3
source

All Articles