xmartlabs / XLForm

XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XLFormTextViewCell editable according rowdescriptor's disabled property

orlandoaleman opened this issue · comments

- (void)update
{
... 
   self.textView.editable = !self.rowDescriptor.disabled;
...
}

You're welcome, nice work!