Sorry for the simple question. Just need to know how to access the rows within the view segued to when clicking on the PushRow.
@stevejcox check out this issue #299.
Thanks man, super helpful - got this to work a treat.
For anyone else coming across this:
.onPresent { from, to in
to.selectableRowCellUpdate = { cell, row in
print("here")
cell.textLabel!.font = ...
cell.textLabel!.textColor = ...
}
}
Most helpful comment
Thanks man, super helpful - got this to work a treat.
For anyone else coming across this: