Problème: NSAttributedString prend un NSRange pendant que j'utilise une Swift String qui utilise Range let text = "Long paragraph saying something goes here!" let textRange = text.startIndex..<text.endIndex let attributedString = NSMutableAttributedString(string: text)