Open defragged opened 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).
TKTextViewCell
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).