Is it possible to add left and right alignments to different parts of the string? I tried to add alignment …
objective-c ios6 nsmutableattributedstringI'm trying to add an underline to some text in my Swift app. This is the code I have currently: …
ios swift nsattributedstring nsmutableattributedstringI feel like I'm missing something easy but I can't seem to find out how to do this: I set …
ios nsmutableattributedstringI'm using attributed strings in my iOS app to give the text some style: NSDictionary *titleAttributes = @{NSFontAttributeName: [UIFont fontWithName:@"Raleway" …
ios ios6 uilabel nsattributedstring nsmutableattributedstringI'm trying to set a specific part of my label to bold and italic with NSMutableAttributedString, but I can only …
ios swift fonts nsmutableattributedstringI display different types of contents in a tableview and calculate the height of each cell using different custom methods, …
ios ios7 exc-bad-access nsmutableattributedstringI have added some attributes to my buttons attributedTitle let attr = NSMutableAttributedString(string: currTitle) attr.addAttribute(NSStrikethroughStyleAttributeName, value: 2, range: NSMakeRange(0, …
ios swift nsattributedstring setattribute nsmutableattributedstring