You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
issue:
my code:
Result:
The text was updated successfully, but these errors were encountered: