Releases: DanijelHuis/HDAugmentedReality
Releases · DanijelHuis/HDAugmentedReality
Swift 4.2
Swift 4
- Swift 4 adaptation
- ARPresenter is now hidden while rotation is in progress
- fixed bug where annotations wouldn't refresh after coming back from background.
- Readme update
ARPresenterTransform
- Added ARPresenterTransform, this is intended to handle post layout/transform, e.g. stacking etc.
- Deprecated verticalStackingEnabled
- Renamed some stuff
- AnnotationViews are now added on superview in reverse to distance
Small changes
- Fixed spinning annotations on start due to inaccurate first compass reading on some devices.
- Changed the way annotations are layouted in ARPresenter
- Fixed some bugs and access modifiers
Xcode 8.1 fix
1.1.2
uiOptions
Public remarks
ARViewController
- added "uiOptions" property
- deprecated "debugEnabled" property
Private remarks
- moved "addCloseButton()" and "addDebugUi()" from onViewWillAppear to onViewDidLayoutSubviews
Important bugfix
Removed retain loops causing ARViewController not to dealloc