0

How do I get all NSTextAttachment's (and ultimately their images) to automatically resize to fit within their UITextView's width?

ma11hew28
  • 121,420
  • 116
  • 450
  • 651
  • For the resize: http://stackoverflow.com/questions/22357171/how-to-resize-an-image-or-done-as-a-nsattributedstring-nstextattachment-or-set For finding them: `enumerateAttribute:inRange: options:usingBlock:` (http://stackoverflow.com/questions/29152660/extract-uiimage-from-nsattributed-string/29153172#29153172) – Larme Apr 14 '17 at 13:48
  • How about for the automatic? – ma11hew28 Apr 14 '17 at 13:57
  • I don't think there is an all built stuff for that. – Larme Apr 14 '17 at 14:02

0 Answers0