Tomas Jukin
Tomas Jukin
Hello, I have run into the exact same issue. Has anybody managed to solve this? Thanks.
Yes, it is possible. You have to create your own class which conforms to EGOTextAttachmentCell, I created mine as subclass of UIView. I added UIImageView to this class. Then you...
Hi guys, sry for delay, but I have so much work at www.juicymo.cz now ;). Anyway, I have tried to use EGOTextView with images like I have posted above in...
I forgot to add code of `ImageEditorAttachmentCell`, so here it is: **ImageEditorAttachmentCell.h** ``` obj-c // // ImageEditorAttachmentCell.h // RapidNotes // // Created by Tomáš Jukin on 02.07.2013. // Copyright (c)...
Yop, and BTW feel free to reuse my `ImageEditorAttachmentCell` class but please leave my copyright in comments of your files. Maybe **enormego** could be interested to add this class directly...