Releases: skedgo/TGCardViewController
Releases · skedgo/TGCardViewController
2.0.2
Tweak for VoiceOver: Stay in extended mode if VoiceOver is running
Full Changelog: 2.0.1...2.0.2
2.0.1
Small tweak for VoiceOver: Allow opting out of the preferredView selection on a per-card basis
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
Updates for Xcode 13: @nighthawk in #7
@MainActor
annotations- Remove deprecated state restoration -- use
NSUserActivity
instead, see #8 - Remove
Bundle.cardVC
in favour ofBundle.module
andTGCardViewController.bundle
- Now requires iOS 13
Full Changelog: 1.7.6...2.0.0
1.7.6
VoiceOver fixes (#6)
- Don't trigger paging to a different card using voice over; only the
current card is "accessible" and when using voice over you have to
page manually (e.g., by using a page control), but not by scrolling
through the pages. - Don't read out hidden elements when card is extended
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0: Map safe area
- Fixes TGMapManager's placement of MKMapView attribution and legal label
- Fixes TGMapManager's centring of the map when the card is in peaking mode
- Fixes MKMapView's accessibility when (partially) covered by the card
- Removes
edgePadding:
parameter from TGMapManager'stakeCharge
method