Hello!
The point is this: when opening a view, I load data from the server. And depending on the amount of data received, I try to change the contentSize of the scrollView. Autolayout enabled. Besides, I can’t set the size of contentSize in advance in:
- (void)viewDidLayoutSubviews { scrollView.contentSize = CGSizeMake(320, 3000); }
I tried to do this instruction , but it also does not work