Skip to content

Releases: DanijelHuis/HDAugmentedReality

Swift 4.2

23 Sep 18:54
Compare
Choose a tag to compare
  • migration to Swift 4.2
  • different structure of example project

Swift 4

24 Sep 15:35
Compare
Choose a tag to compare
  • 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

24 Sep 15:36
Compare
Choose a tag to compare
  • 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

19 Aug 12:22
Compare
Choose a tag to compare
  • 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

30 Oct 21:32
Compare
Choose a tag to compare

uiOptions

15 Oct 14:07
Compare
Choose a tag to compare

Public remarks

ARViewController

  • added "uiOptions" property
  • deprecated "debugEnabled" property

Private remarks

  • moved "addCloseButton()" and "addDebugUi()" from onViewWillAppear to onViewDidLayoutSubviews

Important bugfix

10 Sep 19:08
Compare
Choose a tag to compare

Removed retain loops causing ARViewController not to dealloc