NSAttributedString-DDHTML:通过允许您使用HTML描述格式化行为,简化了NSAttributedString的使用

时间:2021-04-25 10:28:30
【文件属性】:
文件名称:NSAttributedString-DDHTML:通过允许您使用HTML描述格式化行为,简化了NSAttributedString的使用
文件大小:43KB
文件格式:ZIP
更新时间:2021-04-25 10:28:30
Objective-C NSAttributedString + DDHTML 通过允许您使用HTML来描述格式设置行为,简化了使用属性字符串的工作。 NSAttributedString + DDHTML并不旨在支持完整HTML呈现。 相反,当使用本机UIKit接口元素时,它提供了一种快速,高效且轻量级的实现方式,以利用属性字符串。 执照 它是开源的,并包含标准的BSD许可证。 这意味着您必须提到Derek Bowen @ Deloite Digital作为此代码的原始作者。 要求 由于以下原因,NSAttributedString + DDHTML要求iOS 7.0的最低iOS部署目标: NSTextAttachment 设置 使用CocoaPods 在项目中集成NSAttributedString + DDHTML的最简单方法之一是使用 : Podfile添加到您的Podfile : pod "
【文件预览】:
NSAttributedString-DDHTML-master
----.gitignore(232B)
----HTMLToAttributedString.xcodeproj()
--------project.pbxproj(15KB)
----NSAttributedString-DDHTML.podspec(2KB)
----NSAttributedString+DDHTML()
--------NSAttributedString+DDHTML.h(3KB)
--------NSAttributedString+DDHTML.m(19KB)
----HTMLToAttributedString()
--------car.png(18KB)
--------main.m(363B)
--------ViewController.m(1KB)
--------AppDelegate.h(304B)
--------Default@2x.png(16KB)
--------AppDelegate.m(2KB)
--------Default.png(6KB)
--------HTMLToAttributedString-Info.plist(1KB)
--------Default-568h@2x.png(18KB)
--------ViewController.h(242B)
--------en.lproj()
--------HTMLToAttributedString-Prefix.pch(347B)
----README.md(3KB)

网友评论