xmartlabs/XLForm

dynamic cell height using formDescriptorCellHeightForRowDescriptor?

Closed this issue · 1 comments

Hello,

I'm trying to resize my cell dynamically using formDescriptorCellHeightForRowDescriptor based on the cell content.. is this possible?

Ended up setting a constraint property on my custom cell and changing that on configure
(triggering a refresh through NSNotificationCenter when things change in form)