Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Abizern committed Nov 12, 2010
2 parents d55dfd4 + 00cf3ac commit b100702
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
h2. ADNOrdinalNumberFormatter

A simple subclass of *NSNumberFormatter* that adds an ordinal to a number. e.g. 1st, 2nd, 110th.

It will also strip out any trailing text, so a number can be entered with or without an ordinal.

h2. Usage

There are two braches to this repository. *master* and *production*

h3. master branch

This branch contains the class extension files as well as an Xcode project (version 3.2 and above) that shows how to use the formatter.

This is the branch to use to see how to use the formatter if an example is needed. It as also the branch that further development of the class should be performed on.

h3. production branch

This is the branch that should be used if one wants to use git submodules to use the formatter in other projects. This will only contain the class files themselves without the Xcode project and the example code.

0 comments on commit b100702

Please sign in to comment.