Swift UIView extension to check UIView methods are being called on the correct thread
Checks UIView methods are being called on the correct thread. Swift re-work of PSPDFUIKitMainThreadGuard.m.
DEBUG=1
-DDEBUG
override init() {
super.init()
UIView.classInit
}
MIT