Skip to content

3.2.0

Compare
Choose a tag to compare
@MoLice MoLice released this 10 May 10:27
· 194 commits to master since this release

会带来新旧版本兼容问题的更新

  1. 重新整理了 NSObject (QMUI) qmui_performSelector: 系列方法,对被调用的 selector 的返回值是对象还是非对象进行接口上的区分,从而避免可能产生的野指针或内存泄露。

如何适配新版

  1. 全局搜索 qmui_performSelector,将用到的地方改为新的使用方式,具体使用方式请查看 .h 头文件注释。

Bugfix

  1. #585 修复 NSObject (QMUI) qmui_performSelector: 系列方法在32位设备(iPhone 5) iOS 10 上获取对象类型的 return 值时会产生野指针的 bug。