I am developing an application where I have multiple controls on view but I want to enable them when user double tap the view
You can take the example of double click b
Add a UITapGestureRecognizer to the view, with numberOfTapsRequired = 2.
UITapGestureRecognizer
numberOfTapsRequired = 2