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.
In the iOS twitter example, I set the backgroundColor of the
tweetTextView
todefault
on MainStoryboard.storyboard. Then if you run it, thetweetTextView
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.