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

Issue on Swift 3 and Xcode 8 #26

Closed BilalReffas closed 8 years ago

BilalReffas commented 8 years ago

I updated the Source Code to Swift 3 but the problem is that the Bubble Transition not working anymore for me :( .

the-freshlord commented 8 years ago

I got it to work for me.

BilalReffas commented 8 years ago

Do you have example code ? The transition look's broken for me :/

andreamazz commented 8 years ago

I'll update it to swift 3 syntax in the next few days. I'll keep you posted

the-freshlord commented 8 years ago

@BilalReffas Also did you make sure that the pod target's Use Legacy Swift Language Version is set to no?

BilalReffas commented 8 years ago

I just use the file manually for testing so it works for me :) I will create a pull request thank you ! :)