corin8823 / Popover

Popover is a balloon library like Facebook app. It is written in pure swift.
MIT License
2.11k stars 327 forks source link

automatically change popover direction if there is not enough room to… #49

Closed OskarZhang closed 7 years ago

OskarZhang commented 7 years ago

Automatically change popover direction if there is not enough room to display the view in the original direction. For example, when displaying a popover near the bottom of the view and the popoverType is .down , this will automatically change the direction to .up .

OskarZhang commented 7 years ago

oops accidentally mixed some code from my extensions