String to Catray Swift

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