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

Swift 2.0 compatibility #11

Closed Deub27 closed 9 years ago

Deub27 commented 9 years ago

Hi, Here is a Swift2.0 compatibility (XCode7 beta5).

I suggest to create a branch swift-2.0

andreamazz commented 9 years ago

Hi @Deub27, thanks for the PR. Instead of force unwrapping containerView it would be best to use a guard statement and return immediately if the view is nil. Could you update your commit?

Deub27 commented 9 years ago

Hi, thanks for your advice. I just committed an update.

andreamazz commented 9 years ago

Ace :+1:

andreamazz commented 9 years ago

Merged in the branch swift-2
Will move to master with the GM of Xcode 7.