SwiftUI-Tooltip
SwiftUI-Tooltip copied to clipboard
Easy Tooltip for your SwiftUI Project
**Describe the bug** Having a long text for the tooltip causes it to overshoot the bounds. **To Reproduce** Steps to reproduce the behavior: `struct ContentView: View { var body: some...
 The original content was written in VStack.
**Describe the bug** The tooltip snaps over and snaps back. There isn't a smooth motion as shown in the documentation. **To Reproduce** Added a tooltip to my view. I added...
Arrow is always centred in the tooltip view. How to position it in the top-right corner? If the side is set to bottom.
The tooltip isn't displaying correctly. I've reproduced the bug with just the default SwiftUI app. For context, I'm on iOS 16. Code: ...
**Describe the bug** When `.toolTip(side: .bottom)` is set the tool tip doesn't seem to respect Z stack. It puts the tooltip behind other widgets in the view. **To Reproduce** Steps...
**Describe the bug** The component does not seem to respect some of the properties in the config. The properties I've found to be problematic are: - borderWidth - margin -...
Xcodegen expects version numbers to have 3 components like `1.2.3`. `Parsing project spec failed: Decoding failed at "version": Incorrect type, expected String found 1.4`