CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Peter Stuart.
EPSNameFormatter is based on code from Session 201 from WWDC 2014.
EPSNameFormatter *nameFormatter = [EPSNameFormatter new];
NSString *fullName = [nameFormatter displayNameFromFirstName:@"Peter" lastName:@"Stuart"]; // "Peter Stuart"To run the example project, clone the repo, and run pod install from the Example directory first.
EPSNameFormatter is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "EPSNameFormatter"EPSNameFormatter is available under the MIT license. See the LICENSE file for more info.