DanijelHuis / HDAugmentedReality

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

Deprecated in iOS 8 #1

Closed smashkins closed 8 years ago

smashkins commented 9 years ago

willRotateToInterfaceOrientation willAnimateRotationToInterfaceOrientation was deprecated in iOS 8 on ARViewController.swift

DanijelHuis commented 9 years ago

I need those methods because iOS7 is supported. Everything should work on both iOS7 and iOS8 and will probably continue to work for a long time.

I will implement iOS8 specific methods soon just to be safe.