Skip to content

Instantly share code, notes, and snippets.

@foxicode
Created October 15, 2020 18:24
Show Gist options
  • Select an option

  • Save foxicode/4f7720feb2c1cb2363765cf3d1b4f665 to your computer and use it in GitHub Desktop.

Select an option

Save foxicode/4f7720feb2c1cb2363765cf3d1b4f665 to your computer and use it in GitHub Desktop.
Formatting price in Swift
import Foundation
let price = 1.5
let strPrice = String(format: "%.02f", price)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment