danielsaidi / DeckKit

DeckKit is a SwiftUI SDK that helps you build deck-based apps.
MIT License
697 stars 16 forks source link

Back Face - unique for each card. #9

Open davidakoontz opened 2 weeks ago

davidakoontz commented 2 weeks ago

I have an App that uses a card deck design - yet it has unique art work on both card faces. Could you add support for this to DeckKit? I would like to use DeckKit in a rewrite of the App.

" I could absolutely add back face support to the card model, so that tapping a card flips it. "

This would be great!

danielsaidi commented 1 week ago

Hi @davidakoontz

Yes, this would be great!

I guess information about the back side wouldn't affect the model, but would be a rendering state.

Best, Daniel