This UI attempts to capture the Quibi Card Stack and the associated User Interaction.
A View that conforms to the ConfigurableCard protocol
RGStack is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod'RGStack'import RGStack
structContentView:View{letdemos:[Demo]varbody:someView{RGStack<DemoCard>(data: demos, size:.init(width:320, height:530))//convenience initializer
}}Use the CardInfo, which is passed to the RGStack initializer, to control more aspects of the UI Layout
structCardInfo{letsize:CGSizeletgapDistance:CGFloatletminScaleForBackCard:CGFloatletvisibleFractionOfBottomCard:CGFloat}A full Demo is included in the ContentView of the Project.
