dynamic cell height using formDescriptorCellHeightForRowDescriptor?
hebertpalomino opened this issue · 1 comments
hebertpalomino commented
Hello,
I'm trying to resize my cell dynamically using formDescriptorCellHeightForRowDescriptor based on the cell content.. is this possible?
hebertpalomino commented
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)