kishikawakatsumi / SECoreTextView

SECoreTextView is multi style text view.
MIT License
943 stars 143 forks source link

Hi kishikawakatsumi #37

Open kumars1234 opened 10 years ago

kumars1234 commented 10 years ago

I am kumar,

Its been good using the SECoreTextView, but i am facing a problem in reading the content,

I added Text and images to textview,but not able to read them as they are added like i added text first then image and again text so on..... Now when i access self.attributedText , i am getting only text but not the image info .can you please check it and return some id which contains the text and images as they are added rather than separating them like text and attachments... the order is missing for me if i am accessing separately. so thats y i am requesting you to return id which contains both in a single property as they are added.