YNDropDownMenu icon indicating copy to clipboard operation
YNDropDownMenu copied to clipboard

Support for orientation Change

Open ritteraf opened this issue 6 years ago • 0 comments

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?

ritteraf avatar Jun 05 '18 16:06 ritteraf