Eureka Forms for iOS - variable row height?
try with this
<<< TextRow().cellSetup({ (cell, row) in
cell.height = ({return 10})
})
this will change the height, I Hope this helps you
try with this
<<< TextRow().cellSetup({ (cell, row) in
cell.height = ({return 10})
})
this will change the height, I Hope this helps you