Skip to content

Commit

Permalink
2.1.0 主要优化列表功能
Browse files Browse the repository at this point in the history
  • Loading branch information
rztime committed Nov 3, 2023
1 parent f4d1577 commit 97a854b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Example/RZRichTextView/NormalTestViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ class NormalTestViewController: UIViewController {
make.height.equalTo(400)
})
])

textView.rz.colorfulConfer { confer in
confer.text("!1111111111")?.font(.systemFont(ofSize: 16))
confer.image(.qimageBy(color: .red, size: .init(width: 1000, height: 100)))
}
textView.layoutIfNeeded()
}
Expand Down
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.0.0'
s.version = '2.1.0'
s.summary = 'RZRichTextView. 原生UITextView,支持富文本输入(图片,视频,列表序号,文本颜色大小各种样式等等)'

# This description is used to generate tags and improve search results.
Expand Down
6 changes: 6 additions & 0 deletions UpdataLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* v2.1.0
* . 优化列表功能,解决列表带来的一系列bug
* . 支持gif等显示
* . 其他一些bug修改


* v2.0.0
* . 全新重构,可拓展功能。

Expand Down

0 comments on commit 97a854b

Please sign in to comment.