The thing is I need to manage it from top to down approach.
In Detail, First I need to check the constrains of Scrollview, It should be proper from all four sides, then Inner view should be also constrains as parent's width and height which is required.
In this way, we can make it resolve and simply all constrains do not conflict with each other and works fine.
Add a width constraint making your View equal to ScrollView. It looks like leading and trailing constraints between View, Stack View and Scroll view are in conflict and width will work better.
2
Answers
The thing is I need to manage it from top to down approach. In Detail, First I need to check the constrains of Scrollview, It should be proper from all four sides, then Inner view should be also constrains as parent's width and height which is required.
In this way, we can make it resolve and simply all constrains do not conflict with each other and works fine.
Add a width constraint making your View equal to ScrollView. It looks like leading and trailing constraints between View, Stack View and Scroll view are in conflict and width will work better.