kishikawakatsumi / SECoreTextView

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

SETextView with no (default) backgroundColor is not working correctly #57

Open toshi0383 opened 9 years ago

toshi0383 commented 9 years ago

In the iOS twitter example, I set the backgroundColor of the tweetTextView to default on MainStoryboard.storyboard. Then if you run it, the tweetTextView is not interacting with touches correctly. Looks like it's collapsed.

I don't know what is going on here, but it works correctly as long as you set the backgroundColor for the SETextView instance. So in my opinion, we should just leave it that way. But in case anybody else is in similar trouble, I posted this issue here.