Skip to content

1.3.0

Compare
Choose a tag to compare
@MoLice MoLice released this 21 Feb 07:11
· 611 commits to master since this release
  1. 【重要】flatf() 函数重命名为 flat(),并将参数类型从 float 改为 CGFloat,以避免精度不同可能导致的绘图不准确的问题。同样的,以下几个函数也进行了相同修改:floorfInPixel -> floorInPixelbetweenf -> betweenbetweenOrEqualf -> betweenOrEqual
  2. UITabBarItem(QMUI) 支持双击事件。
  3. UIFont(QMUI) 支持方便地生成粗细、斜体的系统字体。
  4. QMUITextViewDelegate 增加 shouldReturn 方法用于方便地监听键盘的 Done 按钮事件。
  5. 优化隐藏了 UINavigationBar 情况下的 push/pop 动画效果。
  6. 修复 UIImage(QMUI) 内若干处理图片的方法可能导致处理后的图片基本属性与原图不一致。

其他请查看变更列表