Is it possible to setup cards for a list view in the storyboard? or does it have to be done programatically ?
Closed this issue · 3 comments
ty-fleming commented
Is it possible to setup cards for a list view in the storyboard? or does it have to be done programatically ?
daniel-jonathan commented
Material has classes that support TableView
(CardTableView sample) and CollectionView (CollectionView sample. They are subclasses of UITableView
and UICollectionView
. So you should be able to add the view object to your storyboard and then change the class name. It should automatically update the Module name. Then I would look at the examples for code snippets that would help you with dynamic sizing for TableView and CollectionView objects.
Below is an example of adding buttons with storyboards.
ty-fleming commented
Thank you very much for your quick response!!!! Much appreciated!
daniel-jonathan commented
Cool, I am closing this issue for now. If you continue to face an issue, please reopen or create a new one :)