xmartlabs/XLForm

XLFormTextViewCell editable according rowdescriptor's disabled property

orlandoaleman opened this issue · 2 comments

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

@orlandoaleman fixed, thanks!

You're welcome, nice work!