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()
issue:
my code:
Result:
