Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The position is not right from the target #10

Open
imammufiid opened this issue Jun 19, 2023 · 1 comment
Open

The position is not right from the target #10

imammufiid opened this issue Jun 19, 2023 · 1 comment

Comments

@imammufiid
Copy link

  • set target to UIView
  • set arrowDirection to up

issue:

  • arrow view not display
  • position of bubble not right by target

my code:

let showCase = BubbleShowCase(target: mainView.searchBar, arrowDirection: .up, label: "Secondary Button")
showCase.color = FeaturesAsset.hexFEFEFEWhite.color
showCase.textColor = FeaturesAsset.hex0B154EDarkBlue.color
showCase.crossColor = .red
showCase.titleText = ":asdfasdfasdf"
showCase.descriptionText = "Tap here to search for pins you want/need to complete a set or collection"
showCase.show()

Result:
Screenshot 2023-06-19 at 12 56 24

@imammufiid
Copy link
Author

if I try to lock the device and then unlock it. The bubble view is in the position it should be.

Result:
Screenshot 2023-06-19 at 14 00 35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant