I have an UIBarButton in navigation bar, while clicking on back button (first tap) i need to display toast (like warning), on double tap i need to exit from the page in swift,>
Use UIControlEventTouchDownRepeat event, and do action when tapCount is 2.
tapCount
2