我的博客[https://dengfeng520.github.io/] 1、Timer产生循环引用的原因 iOS 10之前使用Timer会因为...
我的博客[https://dengfeng520.github.io/] 1、值类型和引用类型 在iOS中虚拟内存分为五大内存分区:堆区、栈区、...
我的博客[https://dengfeng520.github.io/] 1、What's the closure? 作为iOS开发者对于Obj...
我的博客[https://dengfeng520.github.io/] 在Swift中,函数的参数默认都是常量是不可以修改的,如果我需要在函数...
我的博客[https://dengfeng520.github.io/] Swift 采用ARC的方式来管理和追踪程序中的内存使用情况。ARC的...
我的博客[https://dengfeng520.github.io/] 由于GCD简单易用,任务更简单纯粹,执行效率高,本身性能高这些优点,使...
我的博客[https://dengfeng520.github.io/] 语音包来源[https://www.bilibili.com/vide...
1、为什么所有的UI操作都在主线程中 不仅是iOS系统,包括Android等,所有的UI渲染、操作都在主线程中来完成。那为什么不采用多线程的方式...
Github 原文[https://dengfeng520.github.io/xiaoshiguangBlog/iOSNotes/%E6%9E...