andreamazz / BubbleTransition

A custom modal transition that presents and dismiss a controller with an expanding bubble effect.
MIT License
3.32k stars 250 forks source link

Swift4 + ObjC #47

Closed andymartinwork closed 5 years ago

andymartinwork commented 6 years ago

Now Swift4 has changed the way that Objective-C is called, there needs to be a very minor change to this library.

@objc needs to be added before all of the open vars.

asam139 commented 6 years ago

I did the pull request :)