13
NSRange đến Phạm vi <String. Index>
Làm cách nào tôi có thể chuyển đổi NSRangesang Range<String.Index>trong Swift? Tôi muốn sử dụng UITextFieldDelegatephương pháp sau : func textField(textField: UITextField!, shouldChangeCharactersInRange range: NSRange, replacementString string: String!) -> Bool { textField.text.stringByReplacingCharactersInRange(???, withString: string)