joogps / SlideOverCard

A SwiftUI card view, made great for setup interactions.
MIT License
1.1k stars 43 forks source link

Support custom styling #22

Closed kiecooboi closed 2 years ago

kiecooboi commented 2 years ago

Please review my changes and if there are good we now support custom corner radius!

joogps commented 2 years ago

Great work on this pull request! I've refactored the code to make it cleaner and more readable, as well as adding a new SOCStyle struct that encapsulates a bunch of styling options (including custom corner radius, shape style, padding and more)