Created
October 13, 2017 09:19
-
-
Save farhan-syed/bdfe85fe1b8e82e352537bb4244d031b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension UILabel { | |
func formatNumber(number: NSNumber) { | |
let formatter = NumberFormatter() | |
formatter.numberStyle = .decimal | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment