Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Haptics source code.tar.gz | 2024-02-06 | 6.1 MB | |
Haptics source code.zip | 2024-02-06 | 6.2 MB | |
README.md | 2024-02-06 | 741 Bytes | |
Totals: 3 Items | 12.2 MB | 0 |
Features
- Add a variation on the
.swiftMessage()
modifier that takes a view builder instead of requiring that the bound value conform toMessageViewConvertible
. This syntax is more similar to the familiarsheet()
modifier syntax and provides more flexibility for constructing message views. - [#207] Add optional haptic feedback
Changes
- Use
@MainActor
to ensure that SwiftMessages is not called from a background queue. - Bump minimum deployment target to iOS 13.
Fixes
- [#535] window being accessed from background thread when dequeueNext is called
- [#534] Xcode warnings in two swift files
- [#533] How do I show a message that appears above the keyboard, when the keyboard is already visible?