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