NSTextAttachment Example

suggest change
NSTextAttachment *attachment = [[NSTextAttachment alloc] init];
attachment.image = [UIImage imageNamed:@"imageName"];
attachment.bounds = CGRectMake(0, 0, 35, 35);
NSAttributedString *attachmentString = [NSAttributedString attributedStringWithAttachment:attachment];

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


NSTextAttachment:
*NSTextAttachment Example

Table Of Contents