13
NSRangeからRange <String.Index>へ
どのようにして変換することができますNSRangeにRange<String.Index>スウィフトに? 次のUITextFieldDelegate方法を使用します。 func textField(textField: UITextField!, shouldChangeCharactersInRange range: NSRange, replacementString string: String!) -> Bool { textField.text.stringByReplacingCharactersInRange(???, withString: string)