DanijelHuis / HDAugmentedReality

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

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

Open NanoMeko opened 6 years ago

NanoMeko commented 6 years ago

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.