The issue I am having is that I want to be able to change the textColor of certain text in …
ios swift nsmutableattributedstringI have a string like this var str = "@text1 this is good @text1" Now replace text1 with another string, say …
ios swift nsmutableattributedstringI try to underline part of a string, for example, a 'string' part in 'test string' string. I'm using NSMutableAttributedString …
ios objective-c iphone ios8 nsmutableattributedstringI have the following code but my links are always blue. How do I cange the color of them? [_string …
ios iphone nsattributedstring nsmutableattributedstringCan we not convert NSMutableAttributedString to NSString? I have two NSMutableAttributedStrings and I am appending the 2nd string onto 1st …
ios objective-c nsstring uilabel nsmutableattributedstringI have a NSMutableAttributedString and want to convert it back into a simple String. var attributedString = NSMutableAttributedString(string: "hello w0…
swift string nsattributedstring nsmutableattributedstringI've created a method that takes a NSAttributedString and I'm looking to dynamically create a subview and label to put …
ios uilabel nsattributedstring nsmutableattributedstringI have a UITextView and there are certain words I'm casting with NSString stringWithFormat that I'd like to be bolded. …
ios objective-c uitextview nsattributedstring nsmutableattributedstringI've been trying to apply combinations of NSFontAttributes to NSMutableAttributedString's lately and I simply can't find a thorough explanation on …
ios objective-c nsstring nsmutableattributedstringJust started to learn Swift and created a little macOS app in which I want to use a NSScrollView to …
xcode swift nsscrollview nsmutableattributedstring