Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4081710
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:05:45+00:00 2026-05-20T18:05:45+00:00

Ok, using a custom font since 3.2 is pretty straightforward: Load the font in

  • 0

Ok,

using a custom font since 3.2 is pretty straightforward:

Load the font in resources bundle, specify it’s name in plist and there you go, you can use is in a text field with [textField setFont…].

The thing is, i want to replace the font in every part of my app, say the navigation bar so it gets complicated, because it seems i have to replace every component with a custom one in order to set the font.

Is there any way to let the bloody thing know that i want the default font replaced with a custom one, in one step? Not in every bar item, and so…

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T18:05:45+00:00Added an answer on May 20, 2026 at 6:05 pm

    Maybe a category on UIFont which redefines

    + (UIFont *)systemFontOfSize:(CGFloat)size {
        return [self fontWithName:@"YourFontName" size:size];
    }
    
    + (UIFont *)boldSystemFontOfSize:(CGFloat)size {
        return [self fontWithName:@"YourBoldFontName" size:size];
    }
    

    to return your custom font.

    As pointed by Jonathan in the comments, it may also change the status bar font (I can’t verify at the moment). I don’t know if Apple would accept this behavior (redefining methods is OK but modifying the default UI isn’t IMHO).

    Subclassing UIFont wouldn’t be sufficient because labels and others would still use the UIFont class by default.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi am using webview ,i need to use custom font(verdana.ttf) how can i do
Is there a way to add some custom font on a website without using
i'm building a site where we are considering to use a custom font (using
I'm having issues with my SQL Reporting Services reports. I'm using a custom font
It looks like there a few working solutions for using custom true type fonts
I am using a custom font applied to a CATextLayer. I am using the
I'm using a custom font throughout my application (which, incidentally, I've frustratingly found out
I am aware that using @font-face allows the browser to download a custom font
I'm using Cufon to add a Custom Font to a fair bit of content
I know you can customize fonts by using Interface Builder and selecting a font.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.