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
Hello @ArjunBhilare, if you have a look at the BubbleShowCase class there is no constructor with just target as UIView parameter.
So, if you want to use UIView you will have define it this way: let showCase: BubbleShowCase! = BubbleShowCase(target: MyView, arrowDirection: .down, label: "CustomLabel")
I'm getting the following error for this code
let showCase: BubbleShowCase! = BubbleShowCase(target: MyView)
Error: Cannot convert value of type 'UIView?' to expected argument type 'UIBarButtonItem'
How can I resolve it? Any help would be really appreciated
The text was updated successfully, but these errors were encountered: