quassum / SwiftUI-Tooltip

Easy Tooltip for your SwiftUI Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not respect some of the config properties

devdalgic opened this issue · comments

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
  • showArrow
  • contentPadding (all of them)

Steps to reproduce
Steps to reproduce the behavior:

  1. Create a Tooltip component.
  2. Use a config with these properties.

Expected behavior
Tooltip should respect the config.

  • OS: iOS
  • SwiftUITootip 1.4

this bug still happens