13
NSRange to Range <String.Index>
मैं कैसे परिवर्तित कर सकते हैं NSRangeकरने के लिए Range<String.Index>स्विफ्ट में? मैं निम्नलिखित UITextFieldDelegateविधि का उपयोग करना चाहता हूं : func textField(textField: UITextField!, shouldChangeCharactersInRange range: NSRange, replacementString string: String!) -> Bool { textField.text.stringByReplacingCharactersInRange(???, withString: string)