Skip to content

2.9.2

Compare
Choose a tag to compare
@MoLice MoLice released this 17 Nov 15:57
· 308 commits to master since this release

CALayer (QMUI) 增加 qmui_maskedCorners 用于支持某几个角为圆角的情况,代替系统的 CALayer maskedCorners,因为后者仅支持 iOS 11 及以后的系统。

我们发现在 2.9.1 版本里新增的上述功能在 iOS 10 及以下会导致 crash,因此发布 2.9.2 小版本先修复这个问题。

Bugfix

  1. Fixed #433 修复 iOS 10 下输入框长按会 crash。
  2. Fixed #434 修复 iOS 10 下 iPad 以 UIModalPresentationPopover 的方式显示浮层时 crash。
  3. 修复开启了系统的加粗字体时,QMUIButton 的布局会错误的 bug。
  4. 修复 AutomaticCustomNavigationBarTransitionStyleUINavigationBar 存在 backgroundImage 的情况下还会去判断 barTintColor 的bug。
  5. #432@wbcyclist 修复 [UITableView (QMUI) scrollToRowAtIndexPath:atScrollPosition:animated] 内将 rowNSNotFoundindexPath 误认为非法值的问题。