devinross / tapkulibrary

tap + haiku = tapku, a well crafted open source iOS framework
http://devinross.com/tapku/documentation
MIT License
3.9k stars 653 forks source link

TKTextView honours editable property. #246

Open defragged opened 11 years ago

defragged commented 11 years ago

Hello,

Here's a small change that makes TKTextViewCell honour its editable property. If the cell (or the parent tableview) is editable, so is the textview. Otherwise, it's static (but still allows for text selection).