I’m working on an iOS framework that contains few nib files. Each nib has a custom font. I can see the custom font inside the Interface builder, but when I test the framework in a regular iOS project, The custom font replaced with default one.
I followed this answer to add the custom font : How to include and use new fonts in iPhone SDK?