Top "Nstextattachment" questions

NSTextAttachment class is used for embedding images into attributed strings(NSAttributedString).

Center NSTextAttachment image next to single line UILabel

I'd like to append an NSTextAttachment image to my attributed string and have it centered vertically. I've used the following …

ios objective-c swift uilabel nstextattachment
How do I insert an image Inline UILabel in iOS 8 using swift

I followed the following post on how to use NSTextAttachment to add images inline with your UILabels. I followed the …

swift ios8 nstextattachment
how to resize an image or done as a NSAttributedString NSTextAttachment (or set its initital size)

I have a NSAttributedString to which I am adding a NSTextAttachment. The image is 50w by 50h but I'd like …

ios ios7 uiimage nsattributedstring nstextattachment
Add attachment image to attributed string in iOS 6

I have spent 3 hours on this but just can't solve it, anybody knows why? please help me! The code below …

nsattributedstring nstextattachment
How to detect touch on NSTextAttachment

What is the best way to detect when user taps on NSTextAttachment on iOS? I think that one of the …

ios objective-c ios7 nstextattachment
How to set color of templated image in NSTextAttachment

How can I set the color of a templated image that is an attachment on an attributed string? Background: I've …

ios nsattributedstring nstextattachment