Skip to content

ElectricPeelSoftware/EPSNameFormatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPSNameFormatter

CI Status Version License Platform

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.

About

A class which formats people's names appropriately for their language.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors