String to Catray Swift
let yourString = "Let's split this string"
let arrayValue = split(yourString) {$0 == " "}
Wicked Wolf
let yourString = "Let's split this string"
let arrayValue = split(yourString) {$0 == " "}