How to find the height of UILabel on run time in swift 3

Updated 26 October 2021

Save

Height of UILabel

Sometimes we have to set the large text in UILabel on run time, and we don’t know the number of character. actually when we set the large text in UILabel then we need to increase the UIView height also otherwise it will not scrollable.

for this we need to make the IBOutlet of UILabel and set the properties

a: set no 0f lines – 0

b: not set the height constraints.

c: only set leading, trailing, top or bottom space.

after that, we can set the text into UILabel.

when we set the text in UILabel than we have to increase the height of super view so it becomes scrollable.

for this, we need to find the height of UILabel.

now write the extension in the Global file:

Now you need to pass the width and font size whatever you have set on storyboard just pass it will provide the actual height of UILabel.

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


1 comments

  • Chandramohan
  • Start a Project


      Message Sent!

      If you have more details or questions, you can reply to the received confirmation email.

      Back to Home