I am using Xcode 11.3.1 and My current app is in Objective c.
I was using Launch Image earlier and Now, I have moved to LaunchScreen.storyboard. When I select "LaunchScreen.storyboard" as my Launch Screen, App custom Font stop working.
I have set custom font in "Main.storyboard" and Even on some controller I have set custom font using code (UIFont) class.
When I check in "Main.storyboard", all controller have custom font, but at run time it changed and it looks like it using system font (not sure for this, but font is not custom which I set in storyboard).
I have read, If we use "LaunchScreen.storyboard" then custom font will not work on "LaunchScreen.storyboard", but I am using custom font in code and "Main.storyboard".
I am not sure why all fonts are changed, Can anyone know and help me to use custom font?
Edit: I have verified in Build Phase, font is available there and I have try to print them as well from App Delegate, it is printing font in console as well.