2016-12-23 4 views

答えて

0
let text = textField.text 

if text.hasPrefix("xyz") { 
    // you're good 
} else { 
    // give alert 
} 
関連する問題