These commits make it possible to remove the giant UIButton used to dismiss the tip view, and use a UITapGestureRecognizer on the containerView window instead. A single tap can now dismiss the tip view and also trigger any action associated with the tapped view object.
These commits make it possible to remove the giant
UIButton
used to dismiss the tip view, and use aUITapGestureRecognizer
on thecontainerView
window instead. A single tap can now dismiss the tip view and also trigger any action associated with the tapped view object.