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 9170241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:59:22+00:00 2026-06-17T15:59:22+00:00

If this is a repeat, let me know and I’ll remove it immediately–I’ve had

  • 0

If this is a repeat, let me know and I’ll remove it immediately–I’ve had the devil of a time searching for the answer, since “\t” returns searches without the forward slash.

I need to find the width of an NSString that contains begins with \t\t . Using sizeWithFont doesn’t do it, since it just ignores the space. Is there a way to measure how much space the tab takes up?

  • 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-06-17T15:59:23+00:00Added an answer on June 17, 2026 at 3:59 pm

    Not sure what your code was but this seemed to work for me.

    NSString *delMessage = @"\t";
    CGSize theSize = [delMessage sizeWithFont:[UIFont fontWithName:@"American Typewriter" size:30]];
    NSLog(@"length %f",theSize.width);
    

    log was length 8.000000

    NSString *delMessage = @"\t\t";
    CGSize theSize = [delMessage sizeWithFont:[UIFont fontWithName:@"American Typewriter" size:30]];
    NSLog(@"length %f",theSize.width);
    

    log was length 16.000000

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

Sidebar

Related Questions

I know this seems like a repeat question, but i've read all the others
Maybe this is not the right stack to ask this question, let me know
Could you have a look through this code and let me know whats wrong?
How do i repeat this, somehow the clear doesn't make the layout under eachother
When I type this: puts 'repeat' * 3 I get: >> repeat repeat repeat
Forgive me if this is a repeat question. I've searched StackOverflow and did not
i hava a c++ method(for java,jni) like follow,when i repeat call this from java
Ok, no i dont believe this is a repeat question of the other ones
This may be a repeat of the following unanswered question: Help with bitmap lock
I am hoping this isn't a repeat. I've checked the searches and I can't

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.