Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-03 | 634 Bytes | |
Xcode 26 update source code.tar.gz | 2025-09-03 | 6.1 MB | |
Xcode 26 update source code.zip | 2025-09-03 | 6.2 MB | |
Totals: 3 Items | 12.3 MB | 0 |
Features
- [#549] Create a formal dismissal mechanism for SwiftUI message. Use
@Environment(\.swiftMessagesHide) private var hide
then callhide(animated: true)
to dismiss. - [#571] PhysicsPanHandler.swift make configure public.
Fixes
- [#581] [BUG]: SwiftUI message views don't respond to touch input on Xcode 26 beta 6 iOS 26 simulator.
- [#581] [BUG]: SwiftUI message views don't respond to touch input on Xcode 26 beta 6 iOS 26 simulator
- [#577] Hide Background Elements from Modal SwiftMessage in VoiceOver mode
- [#578] Fix crash on iPadOS 18+ when presenting bottom SwiftMessage above UITabBarController