HDAugmentedReality icon indicating copy to clipboard operation
HDAugmentedReality copied to clipboard

swift 4 xcode 9 UIView.init(frame:) must be used from main thread only

Open NanoMeko opened this issue 7 years ago • 0 comments

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.

NanoMeko avatar Oct 30 '17 11:10 NanoMeko