You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for Masonry, it looks really awesome! Unfortunately though, I have the following problem: I created a UIScrollView inside the UIView of my UIViewController and added some constraints to keep the scroll view the size of the view:
Hi there
First of all, thanks for Masonry, it looks really awesome! Unfortunately though, I have the following problem: I created a
UIScrollView
inside theUIView
of myUIViewController
and added some constraints to keep the scroll view the size of the view:This seems to work, but then I added a
UIView
inside the scroll view and tried to make it stick to the top:However, this second view never shows up! Any idea on what I'm doing wrong?
The text was updated successfully, but these errors were encountered: