Skip to content

Instantly share code, notes, and snippets.

@farhan-syed
Created October 13, 2017 09:19
Show Gist options
  • Save farhan-syed/bdfe85fe1b8e82e352537bb4244d031b to your computer and use it in GitHub Desktop.
Save farhan-syed/bdfe85fe1b8e82e352537bb4244d031b to your computer and use it in GitHub Desktop.
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