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
I was trying to present the picker view controller modally (custom view container).
What did you expect to happen?
The view gets properly displayed without any warnings.
What happened instead?
I got warnings about breaking layout constraints. It seems like the preview color view has a fixed height, therefore I need to provide the exact height for the color picker to work around this issue.
Setup
The text was updated successfully, but these errors were encountered:
What did you do?
I was trying to present the picker view controller modally (custom view container).
What did you expect to happen?
The view gets properly displayed without any warnings.
What happened instead?
I got warnings about breaking layout constraints. It seems like the preview color view has a fixed height, therefore I need to provide the exact height for the color picker to work around this issue.
Setup
The text was updated successfully, but these errors were encountered: