Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 780 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 780 Bytes

FlipContainerView

It is a reusable element that imitates a flippable double-sided card.

The project is provided with ExampleVC.swift which lets you clone and run this repo to check out the capabilities of it with a few customization options.

Built using XCode 13.1 (Swift 5.5, for iOS 13.0 or later).

TODO:

  • Include a property to toggle on/off the shadow;
  • Include more customization options for UISpringTimingParameters of the flip animation;
  • Include unit and UI tests;

How to run:

  1. Clone this repo;
  2. Open FlipContainerView.xcodeproj;
  3. Build and run the project on a selected device (or a simulator).

License

FlipContainerView is licensed under the terms of the MIT license.