So I\'m using a UIScrollView
in a view controller in the latest Xcode. I have buttons inside the scroll view. When I run the application, the scroll view disapp
Hope this will help others as well
A view(View1) which contain the scrollView and a view(View2) which contain inside the scrollView.
Now put the Constraint for View1
yes, pinned it from all the side.
Do the same step for scrollView as well as View2 , Now it will be giving warning like scrollable content size Ambiguity
Now,the most important step is to press CTRL and drag from the View2 to View1 , scroll down the popover and select equal width
Now it will give you the warning for ambitious scrollView height but when you give proper constraints to the inner element(inside the View1 ) it will also go away.