cycript快速定位ViewController
打印当前视图层次
UIApp.keyWindow.recursiveDescription().toString()
获取上级响应者
[#id nextResponder]
通过这两个代码可以定位当前VC
打印某个对象的所有属性和值
[#id _ivarDescription].toString()
打印当前视图层次
UIApp.keyWindow.recursiveDescription().toString()
获取上级响应者
[#id nextResponder]
通过这两个代码可以定位当前VC
打印某个对象的所有属性和值
[#id _ivarDescription].toString()
以前还能用各种软件抓APPStore的HTTPS通讯过程,现在不行了。不过还是抓到了。登录地址:https://buy.itunes.apple.com/WebObjects/MZFinance.wo...
这个功能一般用于收藏某段话。import UIKit class ViewController: UIViewController { &n...
使用方法:[view.layer addAnimation:<#(nonnull CAAnimation *)#> forKey:nil]+(CAT...
在iOS开发中,经常会用到Charles,但是https的证书装了,还是抓不到包,后来看到Alamofire可以设置免认证https,设置方法如下。let evaluators: ...
终端执行 sudo killall -STOP -c usbd...
首先获取app文件夹:(以下例子都在doucment文件夹下操作)let manager = FileManager.default let urls:&nb...