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
From what I can tell, by adding a YNDropDownMenu to my view, it creates three subviews for the items, the view to be toggled, and a background faded view.
Everything works great if the user does not change their screen orientation, but if they do, the menu and it's three created views do not update their dimensions.
I've tried manually adding constraints myself, but they only target one of the three views, and I have no way to access the other two views created to add constraints to them as well. Help?
The text was updated successfully, but these errors were encountered:
From what I can tell, by adding a YNDropDownMenu to my view, it creates three subviews for the items, the view to be toggled, and a background faded view.
Everything works great if the user does not change their screen orientation, but if they do, the menu and it's three created views do not update their dimensions.
I've tried manually adding constraints myself, but they only target one of the three views, and I have no way to access the other two views created to add constraints to them as well. Help?
The text was updated successfully, but these errors were encountered: