文件名称:KITextAttachment:用于 iOS 7+ 的 NSTextAttachment 子类,允许使用块在文本中绘制图像
文件大小:38KB
文件格式:ZIP
更新时间:2024-06-29 06:32:45
Objective-C
KIText附件 用于 iOS 7+ 的 NSTextAttachment 子类,允许使用块在文本中绘制图像。 它目前只是一个概念证明,但可能有用。 安装 复制 下载或签出源并将 KITextAttachment.h 和 .m 拖入您的 XCode 项目。 可可豆 pod 'KITextAttachment', :git => 'https://github.com/Krelborn/KITextAttachment.git' 例子 这是设置附件以在字符串开头呈现的快速示例。 // First you need an attributed string NSMutableAttributedString *text = [[ NSMutableAttributedString alloc ] initWithString: @" This label has drawings em
【文件预览】:
KITextAttachment-master
----.gitignore(494B)
----KITextAttachmentExample()
--------KITextAttachmentExampleTests()
--------KITextAttachmentExample()
--------KITextAttachmentExample.xcodeproj()
----KITextAttachment.podspec(1KB)
----LICENSE(1KB)
----KITextAttachment()
--------Classes()
----README.md(1KB)
----Screenshot.png(34KB)