UITextView实现富文本编辑

时间:2023-05-15 10:27:31
【文件属性】:

文件名称:UITextView实现富文本编辑

文件大小:7.78MB

文件格式:ZIP

更新时间:2023-05-15 10:27:31

ios xcode swift 富文本 UITextView

使用UITextView来实现富文本编辑,实现:添加标题、加粗、斜体、下划线、删除线、图片等功能。UITextView富文本编辑主要通过NSMutableAttributedString和NSAttributedString进行属性设置,主要是计算好NSRange参数范围。


【文件预览】:
RichTextView-Editor-master
----RichTextView-Editor()
--------ViewController.swift(25KB)
--------Assets.xcassets()
--------Base.lproj()
--------AppDelegate.swift(1KB)
--------Info.plist(2KB)
--------SceneDelegate.swift(2KB)
----images()
--------.DS_Store(6KB)
--------richText.gif(7.78MB)
----.DS_Store(6KB)
----README.md(198B)
----RichTextView-Editor.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(13KB)
--------xcuserdata()
----.gitattributes(66B)

网友评论