CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.

EPSNameFormatter 0.1

EPSNameFormatter 0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Peter Stuart.



  • By
  • Peter Stuart

EPSNameFormatter is based on code from Session 201 from WWDC 2014.

Usage

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.

Installation

EPSNameFormatter is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "EPSNameFormatter"

License

EPSNameFormatter is available under the MIT license. See the LICENSE file for more info.