Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Releases: RakuyoKit/RKOControls

RKOTextView 1.1.1

07 Mar 03:25
Compare
Choose a tag to compare

修复了直接使用 init 创建时,占位符、TextView 大小的显示问题。

RKOTopAlert 1.1.0

07 Mar 03:07
Compare
Choose a tag to compare
  1. 集成了 Masonry,支持自动布局。
  2. 接口可以设置字体了。
  3. 其他优化。

RKOTopAlert 1.0.5

04 Nov 03:50
Compare
Choose a tag to compare

修复无 icon 图标时的显示问题。

RKOTopAlert v1.0.4

03 Nov 06:38
Compare
Choose a tag to compare

RKOTopAlert 现在支持提醒图标了!~

RKOTextView 1.1.0

05 Oct 11:41
Compare
Choose a tag to compare
  1. 完善 限制输入范围的功能。
  2. 修复 达到最大行数后,在文本中间输入回车依然能输入的问题。
  3. 简化 接口代码,修改部分属性、方法命名。

暂时保留了 清除按钮 的图片资源。如果您需要精简项目可以进行移除。

RKOTopAlert v1.0.3

24 Sep 07:07
Compare
Choose a tag to compare

RKOTopAlert:

  1. 随仓库配套一个演示demo,方便参考使用。
  2. 修复 文字叠加的问题。
  3. 修复 手势与自动消失冲突的问题。

这个版本在使用上应该比较稳定了。目前就差自动布局没有做了。

RKOTextView 1.0.4

24 Sep 03:34
Compare
Choose a tag to compare

修复 有初始文字时,占位符不隐藏以及字体设置异常的bug。
移除 清除按钮功能。

作为发布版本,很遗憾我们暂时移除了清除按钮。

因为它在位置的设定上有重大的bug,然而修改起来又比较的麻烦。所以我们只得暂时移除了它。

未来我们会考虑换成xib实现该组件,到时我们会将会把清除按钮重新添加回来。

RKOTopAlert v1.0.2

23 Sep 10:23
Compare
Choose a tag to compare

修复 点击弹窗后弹窗消失后,再次弹窗时,快速靠近弹窗弹窗消失的bug。

RKOTopAlert v1.0.1

23 Sep 10:04
Compare
Choose a tag to compare
  1. 添加点击与滑动手势,现在点击与向上滑动横幅可以令横幅消失啦。
  2. 在.h文件中暴露3个宏定义,方便用户使用。
  3. 暴露单例方法,提供1个用于设置样式的对象方法。
  4. 暴露弹出提示窗与隐藏提示窗的方法。

RKOTextView 1.0.3

23 Sep 08:03
Compare
Choose a tag to compare

修复 输入第一个字符时高度变高的问题。