PaoloCuscela / Cards

Awesome iOS 11 appstore cards in swift 5.
MIT License
4.2k stars 274 forks source link

Customization of card layout #81

Closed RohitJoshi293 closed 5 years ago

RohitJoshi293 commented 5 years ago

@PaoloCuscela Please tell me how to customise card view??

PaoloCuscela commented 5 years ago

You can subclass "Card" class and do your layout in the layout() method

RohitJoshi293 commented 5 years ago

means i have to do designing programmatically?

PaoloCuscela commented 5 years ago

Exactly

RohitJoshi293 commented 5 years ago

ok thank you very much for your response.