EurekaCommunity / SplitRow

A row for Eureka to put two rows side by side into the same UITableViewCell
MIT License
56 stars 27 forks source link

Posibility to hide left/right row #49

Closed dneykov closed 3 years ago

dneykov commented 3 years ago

Hello,

I'm trying to hide only the right row but is not working. Is that possible with SplitRow?

Thanks

marbetschar commented 3 years ago

Hi @dneykov!

This is not possible with SplitRow - however, you can swap the entire row using Eureka's builtin hidden flag:

https://github.com/xmartlabs/Eureka#dynamically-hide-and-show-rows-or-sections--

dneykov commented 3 years ago

@marbetschar Thanks for the quick response. I will try your suggestion.