Andrew Zheng
Andrew Zheng
It should be "Discord**SwiftUI**" right :D
First off, thanks for making this project 🙏 I'm just wondering if it's possible to round the curve back to the starting point, for a sort of blob-ish shape? Your...
Sometimes a gap appears: Normal | Gap --- | --- | The gap sometimes gets more pronounced when animating the `tilt`. This is probably due this `rotationEffect` here: We need...
When the tilt is set to 0, this gets printed in the console: ``` ignoring singular matrix: ProjectionTransform(m11: 0.0, m12: 1.0, m13: 0.0, m21: 0.0, m22: 1.0, m23: 0.0, m31:...
First, thanks for making this library. It's amazing. I've adapted some of the code into my app and am currently working on the Credits page — is there a license...
I was trying to make a typing indicator using 3 emojis. I uploaded a wide, `768 × 256` transparent gif. Here's what it looks like: It gets split into 3...
Happens occasionally - the swipe view gets stuck. [View more details...](https://github.com/aheze/SwipeActions/issues/4#issuecomment-1518160247)
Many apps with swipe actions display a "hint" to let the user know that swipe actions are available. SwipeActions should have an option for programmatically setting a custom offset (~20px...
VoiceOver support needs to be added. - [] Read out swipe actions (currently they're completely ignored) - [] Option to group main label content as a single accessibility element
# The problem Currently SettingView renders each element via a huge `switch`. This has several limitations: ## No support for custom `Setting`s The switch statement checks against `SettingText`, `SettingButton`, `SettingToggle`,...