yangyangyyluck

Results 4 comments of yangyangyyluck

发现个小问题,希望修正下,总结的DOMContentLoaded里第一小条是有问题的: “async 和 defer 的脚本可能还没有执行。” defer脚本一定是在DOMContentLoaded事件前执行。前文的async和defer对比的表格里面也这样说了。 另外看了下原文也是这个意思:All inline scripts and scripts with defer are already executed. 最后,感谢你的翻译,写得很好 :)。

open QBImagePicker.storyboard in xcode Interface Builder Document builds for : iOS 7.0 and Later

@questbeat use pod 'QBImagePickerController' in xcode 9. project build failure. because xcode 9 was not support iOS 6. please update QBImagePicker.storyboard for xcode 9.

为了排除我项目中的bridge等干扰因素,从新创建一个了测试项目,发现该leak能稳定复现,具体步骤是,push 一个vc, vc.view addSubview:webView, webview loadRequest。再pop到最初的vc上就能复现。比较奇葩的是,在load http://www.163.com 的情况下必定leak,在load http://www.baidu.com 就不会leak。