Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lumialxk committed Oct 31, 2015
1 parent 5b053d3 commit 0d1ba18
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# IntToCN
IntToCN help you transform int to chinese characters,including simple and complex(simple for daily life,complex for finance usage)

1 class funtion available
class func intToCN(int: Int?, complex: Bool) -> String
you can also use this in Objective-C(import "bundleName-Swift" needed)


中国用户:
只用调用class func intToCN(int: Int?, complex: Bool) -> String,即可将数字转为中文数字(包括大写的),complex为false时返回的是大写
数字,最多13位.

0 comments on commit 0d1ba18

Please sign in to comment.