Implementation
let selector = #selector(self.unlockUserInteractionWithScrollView(_:))
NSObject.cancelPreviousPerformRequestsWithTarget(self, selector: selector, object:
scrollView)
NSTimer.scheduledTimerWithTimeInterval(0.1, target: self, selector: selector, userInfo: nil,
repeats: false)
• Lazy Execution and Cancel