EPSNameFormatter 0.1

EPSNameFormatter 0.1

测试已测试
语种语言 Obj-CObjective C
许可 MIT
发布最新发布2014年12月

Peter Stuart 维护。



  • Peter Stuart

EPSNameFormatter 以 2014 年 WWDC 的第 201 次会议的代码为基础。

使用方法

EPSNameFormatter *nameFormatter = [EPSNameFormatter new];
NSString *fullName = [nameFormatter displayNameFromFirstName:@"Peter" lastName:@"Stuart"]; // "Peter Stuart"

要运行示例项目,首先克隆仓库,然后在 Example 目录中运行 pod install

安装

EPSNameFormatter 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile。

pod "EPSNameFormatter"

许可

EPSNameFormatter 在 MIT 许可下可用。有关更多信息,请参阅 LICENSE 文件。