13
NSRange to Range <String.Index>
Nasıl dönüştürebilirsiniz NSRangeiçin Range<String.Index>Swift? Aşağıdaki UITextFieldDelegateyöntemi kullanmak istiyorum : func textField(textField: UITextField!, shouldChangeCharactersInRange range: NSRange, replacementString string: String!) -> Bool { textField.text.stringByReplacingCharactersInRange(???, withString: string)