AssistoLab / DropDown

A Material Design drop down for iOS
MIT License
2.44k stars 622 forks source link

Added getter for Drop Down's frame in relation to the users view #242

Closed ghost closed 5 years ago

ghost commented 5 years ago

Needed a fix for my own project where my anchor view is dynamic and the width might have made the drop down's view go off screen. This gives us the relative frame of the drop down that we can test against while setting our offsets.