Guest User

Untitled

a guest
Dec 11th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. NSMutableAttributedString *titleAttachment = [[NSMutableAttributedString alloc] initWithString: title];
  2. [titleAttachment addAttribute: NSUnderlineStyleAttributeName value: NSUnderlineStyleSingle range: [title rangeOfString: title]];
  3.  
  4. //Error occurs @ "NSUnderlineStyleSingle"
  5. //"Cast of 'int' to 'id' is disallowed with ARC"
Add Comment
Please, Sign In to add comment