13
NSRange to Range <문자열. 색인>
어떻게 변환 할 수 있습니다 NSRange에 Range<String.Index>스위프트에? 다음 UITextFieldDelegate방법 을 사용하고 싶습니다 . func textField(textField: UITextField!, shouldChangeCharactersInRange range: NSRange, replacementString string: String!) -> Bool { textField.text.stringByReplacingCharactersInRange(???, withString: string)