Search code examples
iosuitableviewios8adaptive-layout

how to make uilabel in uitableviewcell wrap relative to device based on adaptive layout and storyboards


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?


Solution

  • 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.