'How to deal with Misplaced View warning in Xcode storyboards?

I am trying to change the position of a UIScrollView that is inside a UIView, but whenever I change its position I get a warning which says that "Frame for scroll view will be different at run time" (see image below). How do I handle this properly?

enter image description here

UIScrollView Constraints:

enter image description here

UIView inside UIScrollView constraints:

enter image description here

Here I am trying to move the UIScrollView inside the root UIView.

enter image description here



Solution 1:[1]

IMHO using the ldapjs directly in an angular app is not possible, since the ldapjs library is a pure node.js library and the LDAP protocol is not accessable from the browser. You must do the LDAP stuff in the backend

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Martin Schreiber