13
NSRange เป็น Range <String.Index>
ฉันNSRangeจะแปลงเป็นRange<String.Index>Swift ได้อย่างไร ฉันต้องการใช้UITextFieldDelegateวิธีการต่อไปนี้: func textField(textField: UITextField!, shouldChangeCharactersInRange range: NSRange, replacementString string: String!) -> Bool { textField.text.stringByReplacingCharactersInRange(???, withString: string)