0

I have the following UITableViewController in my storyboard:

enter image description here

When I run in the simulator, it cuts off the paragraph in the bottom uilabel and looks like this:

enter image description here

How can I get the label to stay inside the uitableviewcell based on adaptive layout and storyboards?

Atma
  • 29,141
  • 56
  • 198
  • 299

1 Answers1

1

I had the same problem, and I solve it with the auto layout.

Follow this tutorial in link that you will get your problem solved.

Eduardo Urso
  • 296
  • 3
  • 6