0

I want to show a paragraph of text. I have tried UILabel but this makes the text vertically aligned: it does not start from top. If I use UITextView and disable the properties selectable and editable it behaves like UILabel. Which component should I use?

enter image description here

Pieter Kuijpers
  • 7,167
  • 5
  • 27
  • 36
TechChain
  • 7,802
  • 26
  • 94
  • 211

1 Answers1

0

You can use UILabel to TextView with NSAttributtedString.

Also you can also set your ULLabel or textview text attribute from storyboard . enter image description here enter image description here

Imran
  • 2,935
  • 17
  • 32