AutoLayout Error When Displaying View Controller Again

I am trying to autolayout with textview and it works fine when viewing a view, but when I go to another view manager and return to that view manager, I see that all auto-shutdown is lost, here are the screenshots.

Here's what the app looks like when you download the app:

normal layout

and when I go to other view controllers (say 36 blogs or settings) and return to blog posts, I see that all autostarts are lost. Here is a screenshot of lost autolocations:

broken layout

And this is the console output when it returns to this view controller:

warnings

I use a storyboard.

+4
source share
1 answer

, . , , .

"heightForRowAtIndexPath: (NSIndexPath *) indexPath" . enter image description hereenter image description hereenter image description hereenter image description here

enter image description here

:
enter image description hereenter image description hereenter image description here

, . , pl. , .

+1

All Articles