HDAugmentedReality
HDAugmentedReality copied to clipboard
swift 4 xcode 9 UIView.init(frame:) must be used from main thread only
This warning in ARAnnotationView
public init()
{
super.init(frame: CGRect.zero)
self.initializeInternal()
}
overriding the method and dispatching it to the main thread doesn't help.