SwiftUI-Tooltip icon indicating copy to clipboard operation
SwiftUI-Tooltip copied to clipboard

Easy Tooltip for your SwiftUI Project

Results 11 SwiftUI-Tooltip issues
Sort by recently updated
recently updated
newest added

**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...

![截圖 2022-03-17 07 11 51](https://user-images.githubusercontent.com/320815/158706309-4bfb5254-f6ff-4f4a-8217-069246f3883a.png) The original content was written in VStack.

bug

**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.

enhancement

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: ![Screen Shot 2022-09-24 at 7 52 21 AM](https://user-images.githubusercontent.com/15574628/192098999-523e513b-3d94-46df-9620-d865c9ab165e.png)...

**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`