SilenceZhou

Results 6 issues of SilenceZhou

把定时器 NSTimer换成CADisplayLink

If the code of the article has Chinese comments, weird encoding can appear: You try this url (chinese blog): clean-mark "https://juejin.im/post/5e916011e51d4547153d15c7"

1、为啥是检测 UIResponder 及其子类的方法,而不是监测 UIView类及其子类呢? 2、MainThreadChecker 中 MTInitializer 循环打印问题? 在 ViewController.m 添加测试代码,出现循环打印问题, 测试代码如下 ` - (void)viewDidLoad { [super viewDidLoad]; self.view.backgroundColor = UIColor.whiteColor; dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^(){ UIView *v = [UIView new]; [self.view...

do you have iOS 16x ? how do you get this symbols?