Skip to content

Commit

Permalink
2.2.0:支持视频图片资源的自定义下载等
Browse files Browse the repository at this point in the history
  • Loading branch information
rztime committed Aug 27, 2024
1 parent db9fa45 commit 782f988
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RZRichTextView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'RZRichTextView'
s.version = '2.1.3'
s.version = '2.2.0'
s.summary = 'RZRichTextView. 原生UITextView,支持富文本输入(图片,视频,列表序号,文本颜色大小各种样式等等)'

# This description is used to generate tags and improve search results.
Expand Down
7 changes: 7 additions & 0 deletions UpdataLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* v2.2.0
* . 修复某些情况下,图片高度显示错误
* . 添加超链接默认样式设置
* . 可设置字数显示的label的位置
* . 添加自定义下载资源的方法,需要实现RZRichTextViewConfigure里的两个属性


* v2.1.3
* . 修复输入文本中带特殊符号时,转换为html后可能被当做标签而被隐藏
* . 修复selectedrange.length大于0,且光标在末尾时,修改属性之后,再在末尾编辑时,光标处属性依然为之前的属性的bug
Expand Down

0 comments on commit 782f988

Please sign in to comment.