Skip to content

Commit

Permalink
fix tooltip png filenames (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
joannaquu committed Dec 30, 2022
1 parent 01915e4 commit b2d09e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/docs/Controls/Tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Variations: The tooltip can have an optional title and the tip of the tooltip ca
#### Text
| Message Only | Message and Title |
| - | - |
| ![MessageOnly.png](.attachments/MessageOnly.png) | ![MessageAndTitle.png](.attachments/MessageAndTitle.png) |
| ![Tooltip-MessageOnly.png](.attachments/Tooltip-MessageOnly.png) | ![Tooltip-MessageAndTitle.png](.attachments/Tooltip-MessageAndTitle.png) |

#### Tooltip Direction
| Up | Down | Left | Right |
| - | - | - | - |
| ![TooltipUp.png](.attachments/TooltipUp.png) | ![TooltipDown.png](.attachments/TooltipDown.png) | ![TooltipLeft.png](.attachments/TooltipLeft.png) | ![TooltipRight.png](.attachments/TooltipRight.png) |
| ![Tooltip-Up.png](.attachments/Tooltip-Up.png) | ![Tooltip-Down.png](.attachments/Tooltip-Down.png) | ![Tooltip-Left.png](.attachments/Tooltip-Left.png) | ![Tooltip-Right.png](.attachments/Tooltip-Right.png) |

## Usage
Displays a tooltip based on the current settings, pointing to the supplied anchorView. If another tooltip view is already showing, it will be dismissed and the new tooltip will be shown.
Expand Down

0 comments on commit b2d09e7

Please sign in to comment.