Parse int en Swift
let myString1 = "556"
let myInt1 = Int(myString1)
gritter97
let myString1 = "556"
let myInt1 = Int(myString1)