JMAttributedFormat 1.0.1× 测试已测试✓ Lang语言 Obj-CObjective C许可证 MIT 发布上次发布2015年4月由Jonathon Mah维护。安装指南×JMAttributedFormat安装指南您想要将以下内容添加到Podfile中,类似如下:target 'MyApp' do pod 'JMAttributedFormat', '~> 1.0' end然后在终端中运行pod install,或从CocoaPods.app中进行。或者为了测试运行,运行以下命令:pod try JMAttributedFormat查看PodspecGitHub仓库CocoaPods.org页面JMAttributedFormat 1.0.1作者:Jonathon Mahdev_etcjmah/JMAttributedFormatGitHub仓库 使用格式字符串本地化NSAttributedString 此库增加了使用格式字符串和格式说明符创建NSAttributedString实例的功能。像NSString一样,格式说明符可以更改参数的顺序,因此您的样式字符串可以灵活地本地化。 安装 pod 'JMAttributedFormat' 作者 Jonathon Mah 许可证 MIT