CosmicMind/Samples

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

Is it possible to setup cards for a list view in the storyboard? or does it have to be done programatically ?

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.

screen shot 2016-12-30 at 7 01 16 pm

Thank you very much for your quick response!!!! Much appreciated!

Cool, I am closing this issue for now. If you continue to face an issue, please reopen or create a new one :)