Open NikolaiSa opened 6 years ago
Is quickLookDebugData your method? Is it/maybe it has to be declared @objc?
No, it's the method that is declared in UIView+LLDBQuickLook.m
so it is already objective-c. I only added it to the header as well so I can call it from the command line.
The image snap
I want to use for quicklook is declared in swift. I added UIView+LLDBQuickLook.h
to my bridging header
Is this supported for swift? I get the below error but when I call snap.quickLookDebugData() it works, so it clearly is accessible.