Cards Versions Save

Awesome iOS 11 appstore cards in swift 5.

1.4.0

5 years ago

Update to Swift 5.0

  • Enhanced content scroll behaviour
  • Fixed some animation glitches
  • Fixed a bug reported and fixed by @asbis that caused the card to not show its content when opened some cells in tableView.
  • Fixed card player that was not shown when view is loaded.

1.3.5

5 years ago

iOS 12 animation glitches fixes Added logging for card ( enable by card.isDebug=true )

1.3.4

5 years ago

Some animation bugs fixed.

1.3.3

5 years ago

Various bug fixes including: Removed unnecessary print statements Fixed some weird animation glitches Improved the ScrollView behaviour

1.3.2

6 years ago

'view' button can now be hided by setting its text to nil. Bug fixes on delegates and landscape

1.3.1

6 years ago

Bug fixes.

1.3.0

6 years ago

Added fullscreen for the detail view. accessible with:

card.shouldPresent( _, from: _, fullscreen: true)

1.2.7

6 years ago

Bug fixes.

1.2.6

6 years ago

Bug Fixes

1.2.5

6 years ago

General bug fixes. Attributes description added. Slight animations improvements. Code cleanup.