Shopify / FunctionalTableData

Declarative UITableViewDataSource implementation
MIT License
365 stars 30 forks source link

Separator customization #170

Closed raulriera closed 5 years ago

raulriera commented 5 years ago

What

This PR allows for more control over the separator in FunctionalTableData. This will be a breaking change for anyone using .custom. But it's safe for .inset and .full.

The demo project shouldn't visually change, and the tests have been modified to account for the new styling.