EurekaCommunity / ViewRow

ViewRow is a Eureka row that allows you to display any UIView (or UIView sunclass) within a Eureka row. Views can be created in code or loaded from nib files.
MIT License
77 stars 16 forks source link

How to put a tableview into the viewRow? #5

Closed carlosbdw closed 6 years ago

carlosbdw commented 6 years ago

is it possible?

alldritt commented 6 years ago

Sure, I don't see why not. I have embedded collection views within ViewRow. Just be careful that scrolling does not become too confusing for your users.