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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:12:47+00:00 2026-05-16T08:12:47+00:00

I have used a UIWebView to simply show a string, with font size 14px

  • 0

I have used a UIWebView to simply show a string, with font size 14px (declared in style)

the string occupies approximately 1/4 – 1/3 of the iphone screen (in height) with restriction of width of 190

then I use NSString sizeWithFont: constrainedToSize: to detect how large is exactly this string.

UIFont *font = [UIFont fontWithName:@”ArialMT” size:14.0f];

CGSize titleConstraint = CGSizeMake(190, 440);

CGSize tSize = [s sizeWithFont:font constrainedToSize: titleConstraint lineBreakMode:UILineBreakModeWordWrap];

the tSize.height is printed out as 85

But actually I think it is more than 120, 1/4 – 1/3 of the screen height.

Why there is such a diff between the string size measurement and the actual UIWebView ?

the problem is the size of the UIFont is not the same as 14px? (in UIWebView, font size is 14px, in string sizeWithFont I used font size 14.0f)

If it is, how should I transfer html px font size to iPhone UIFont size?

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-16T08:12:47+00:00Added an answer on May 16, 2026 at 8:12 am

    The sizeWithFont: method gives you the size that you would need if you were drawing the NSString directly. A UIWebView is going to put a margin around it, apply CSS stuff to it, and maybe do some magical “make it look nice for a web browser” algorithm before drawing.

    I’m not sure there is any way you can calculate what size the UIWebView is going to use. I’d recommend one of these alternatives.

    • Don’t use a UIWebView, if getting perfect placement is important. Implement your own text drawing code.
    • Just play with the size until it looks right. (It’s not clear why you need to calculate this size, or whether the text can change.)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a UIWebView in my app that is used to show webpages of
Some Background I have an iPhone app with three UIWebViews, each used to show
I have used split function to split the string in javascript. which is as,
I have a requirement to load a UIWebView wrapped inside a UINavigationController, and show
I have a programatically crated UIWebView , and it is used to browse a
suppose the UIWebView is full screen, the html&css is simply like this: <body><div id=wrapper
I have some code in a pre element in a UIWebView on iphone, so
I have used UIWebview to load a web page using loadRequest: method, when I
I used to have a UIWebView that links to our web page. This page
I have used traditional version control systems to maintain source code repositories on past

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.