SubviewAttachingTextView icon indicating copy to clipboard operation
SubviewAttachingTextView copied to clipboard

Space between 2 attachments

Open bigearsenal opened this issue 5 years ago • 1 comments

I have 2 attachments next to each other, which are separated by a new line character ("\n). But I can not find a way to add space between them. I tried adding paragraphStyle.paragraphSpacing, but it just didn't work for attachments, just text. Any idea? Thank you

bigearsenal avatar Nov 20 '19 08:11 bigearsenal

I just add either an " " character or add a blank UIView between attachments for finer grain control

StainlessStlRat avatar Oct 26 '20 05:10 StainlessStlRat