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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T12:21:48+00:00 2026-06-07T12:21:48+00:00

I have a UILabel that displays a user’s bio. I also have the user

  • 0

I have a UILabel that displays a user’s “bio”. I also have the user able to edit this text by having a uitextview pop up upon a user tap and then once the user is done adding or removing text from this uitextview, i say label.text = textview.text, so it updates the bio label’s text.
However, I want a way of telling the label to fix it’s height according to how much text was added or removed. Is there a way of doing this? Thank you in advance!

NathanF

  • 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-07T12:21:51+00:00Added an answer on June 7, 2026 at 12:21 pm
    CGRect labelFrame = label.frame;
    labelFrame.size = [textview.text sizeWithFont:label.font
                                constrainedToSize:CGSizeMake(label.frame.size.width, CGFLOAT_MAX)
                                    lineBreakMode:label.lineBreakMode];
    label.frame = labelFrame;
    

    This will resize the label (height) according to the new text (while respecting font and linebreakmode).

    NOTE: UILineBreakMode has been deprecated as of 6.0. Use NSLineBreak instead.

    Source

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

Sidebar

Related Questions

everybody, this is my question: i have a UILabel that displays the hour with
I have a UILabel that displays some chars. Like x, y or rpm. How
I have a UILabel with right-aligned text that may vary from between three to
Ok, so I have a UILabel created in interface builder that displays some some
I have created a UILabel that displays a single large character. Even with clipsToBounds
Hi If you have an array that stores images and text then displays the
I have a UILabel that displays the current date for the current view of
I have a table that displays cell using UITableViewCellStyleSubtitle: ============================================================= Title:This is the title
if I have a UILabel: label1.text (maximum length 6 character) In this example GARAGE
In my application I have a UILabel that holds an expanding number of entries

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.