Skip to content

Instantly share code, notes, and snippets.

@amrangry
Created April 28, 2017 23:20
Show Gist options
  • Save amrangry/b7582e028bdd6f97b1077a00871567b8 to your computer and use it in GitHub Desktop.
Save amrangry/b7582e028bdd6f97b1077a00871567b8 to your computer and use it in GitHub Desktop.
let imageData = UIImagePNGRepresentation(image)
let base64String = imageData?.base64EncodedString()
let params = "access_key=Hnc40Wqqa4E2dcAAwx3Eql1q&access_password=Mnaslk53asQAs52Ec00Xssaw852ASs36&imageData=\(base64String)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment