DanijelHuis / HDAugmentedReality

Augmented Reality component for iOS, written in Swift.
MIT License
480 stars 97 forks source link

New Swift3 Branch #6

Closed smashkins closed 8 years ago

smashkins commented 8 years ago

Project Demo converted to new Swift 3 API. 3 Warnings remain unresolved: 1) UIAlertView is deprecated 2) willRotate was deprecated 3) willAnimateRotation was deprecated

smashkins commented 8 years ago

Swift3 Branch is not merged.. ;)

DanijelHuis commented 8 years ago

Thank you for Swift 3 migration.

I don't want to push Swift 3 on master since it is in beta. Also it looses iOS7 support which I need. Please make a new pull request and put target to my Swift3 branch. I don't think I can redirect this one to another branch.

Swift3 branch will be merged into master once Swift3 comes out of beta.

smashkins commented 8 years ago

Sure!