3
I’m creating an app for posting Catholic content, but I’m having a problem, I have a UIViewController
with a title, an image of the post and below the image the content, depending on whether the user post a very extensive containing the View hides part of the content due to the view size, put a UIScrollView
, but a question has arisen of how to make the Label create automatic line breaks and how to increase the size of the ScrollView
.
Could someone help me with that?
If you set the property Lines from the label to 0 within the storyboard it automatically assumes the amount of lines needed for your text.
– David Batista