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

Support swift3.1 #65

Closed corin8823 closed 7 years ago

d3lta-v commented 7 years ago

Consider changing return (CGFloat(Double.pi) * degrees / 180) to return (CGFloat.pi * degrees / 180) to avoid casting

corin8823 commented 7 years ago

Thanks review 👍