解决 Instrument 的函数未被符号化
在使用 Instrument
的 Allocator
、Leaks
、Time Profiler
工具的时候,发现项目的函数全是未被符号化过的十六进制的地址。
在使用 Instrument
的 Allocator
、Leaks
、Time Profiler
工具的时候,发现项目的函数全是未被符号化过的十六进制的地址。
SDWebImage 闪烁的问题, SDK 中已经给出了解决方案。
Xcode 升级到 14.3后,模拟器是iOS 16.4 的,想通过Safari -> Developer -> Web Inspector查看,结果发现查看不了
之前写过一篇 如何拥有自己的域名邮箱 算是国内版
stable-diffusion-webui + ControlNet 现在用起来也太简单了已经,在 Colab 上一键就可以部署好,分分钟生成一大堆美女图 (⊙o⊙)…
在iOS上,如何监听用户的音量键行为
一条命令搞定
When you use the Auto Layout leading and trailing attributes (not the right and left attributes), most of the user interface appears mirrored in right-to-left languages.
在用 Swift 做开发时,我们可以使用 weak 或是 unowned 打破类实例和闭包的强引用循环。我们来看下 weak 和 unowned 的相同和不同之处。