dbettermann / DBAlertController

A UIAlertController subclass that's independent of the view controller it's presented from. i.e. Adding UIAlertView's show() to UIAlertController.
MIT License
58 stars 19 forks source link

Convert to Swift 3 #14

Closed ANNotunzdY closed 8 years ago

joeboyscout04 commented 8 years ago

+1 would be great to add this since Xcode 8 is released.

dbettermann commented 8 years ago

I'm thinking the Swift 3 upgrade should be on a separate branch and Swift 2.3 should be merged into master. That's the way I've seen a lot of other repos do it.

@ANNotunzdY you ok with changing the base branch?

ANNotunzdY commented 8 years ago

@dbettermann OK, I'll change the base. Please create a branch for swift 3.

dbettermann commented 8 years ago

It is created.

dbettermann commented 8 years ago

I updated the master branch to support Swift 2.3, so it looks like you'll have to fix a few small conflicts.

dbettermann commented 8 years ago

Once you resolve your merge conflicts I can merge it in.

ANNotunzdY commented 8 years ago

I merged the conflicts.

dbettermann commented 8 years ago

Thanks!