hughkli / Lookin

Free macOS app for iOS view debugging.
GNU General Public License v3.0
1.05k stars 174 forks source link

Swift 在自定义 UIWindow 中添加 lookin_shouldCaptureImage 无效 #23

Closed uclort closed 11 months ago

uclort commented 11 months ago
class CustomWindow: UIWindow {
    func lookin_shouldCaptureImage() -> Bool {
        false
    }
}
uclort commented 11 months ago

已解决,需要添加 @objc 修饰 func.