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,247
  • 5
  • 28
  • 36
TechChain
  • 8,404
  • 29
  • 103
  • 228

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,985
  • 19
  • 33