Perguntas com a marcação «nsrange»

258
NSRange para Range <String.Index>

Como posso converter NSRangepara Range<String.Index>no Swift? Eu quero usar o seguinte UITextFieldDelegatemétodo: func textField(textField: UITextField!, shouldChangeCharactersInRange range: NSRange, replacementString string: String!) -> Bool

176
NSRange da Swift Range?

Problema: NSAttributedString usa um NSRange enquanto estou usando uma Swift String que usa Range let text = "Long paragraph saying something goes here!" let textRange = text.startIndex..<text.endIndex let attributedString = NSMutableAttributedString(string: