AxisTooltip icon indicating copy to clipboard operation
AxisTooltip copied to clipboard

A library that displays tooltips in the desired view. Supports iOS and macOS.

Results 5 AxisTooltip issues
Sort by recently updated
recently updated
newest added

I'm trying to understand how to apply the Axis Text to appear at the top of where `axisToolTip` is being applied. ## Code: ``` .axisToolTip(isPresented: $tooltip, alignment: .bottomTrailing, constant: constant,...

If I add button the tool tip auto alignment not working. In content just I added the following lines. I am not sure what I did mistake. HStack { Label("Contrary...

The tooltip content goes beyond the screen bounds in any of the directions if it is long enough or aligned to that edge. It should be nice to have the...

When applying the tooltip without overriding the height, there's weird spacing, please fix!: ``` createPartyButton .axisToolTip(isPresented: $viewModel.howTo, alignment: .center, constant: viewModel.leadingTooltipConfig) { Text("Create\na Party") .padding() } ``` ![Simulator Screen Shot...