corin8823 / Popover

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

Add customization options for springDamping and initialSpringVelocity #83

Closed calda closed 7 years ago

calda commented 7 years ago

This PR adds .springDamping(CGFloat) and .initialSpringVelocity(CGFloat) customization options so consumers can control the springiness of the appearance animation.

corin8823 commented 7 years ago

Thanks! nice PR! 👍