Convert number to figure words
print(SwiftWordNumber.numberToWords(1000))
// Output "one thousand"
Convert words to number
print(SwiftWordNumber.wordsToNumber("one hundred thousand"))
// Output 100000
Swift Library for converting numbers to figure words and figure words to number
Swift