cycript快速定位ViewController
打印当前视图层次
UIApp.keyWindow.recursiveDescription().toString()
获取上级响应者
[#id nextResponder]
通过这两个代码可以定位当前VC
打印某个对象的所有属性和值
[#id _ivarDescription].toString()
打印当前视图层次
UIApp.keyWindow.recursiveDescription().toString()
获取上级响应者
[#id nextResponder]
通过这两个代码可以定位当前VC
打印某个对象的所有属性和值
[#id _ivarDescription].toString()
IOS13之后,生命周期时间就开始由UISceneDelegate接管。解决适配方案:删除掉info.plist中Application Scene Manifest选项,同时可以删除Scenedel...
dispatch_time_t delayTime = dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2.0/*延迟执行...
hook住WCDeviceStepObject和SportDeviceInfo的两个方法就可以了代码如下@interface WCDeviceStepObject : NSObject-(unsign...
终端执行 sudo killall -STOP -c usbd...
用Filza修改/private/var/containers/Bundle/Application/{UUID}/yalu102.app/dropbear.plist把里面有个参数127.0.0.1...
首先获取app文件夹:(以下例子都在doucment文件夹下操作)let manager = FileManager.default let urls:&nb...