Upgrade to Pro — share decks privately, control downloads, hide ads and more …

インタラクションデザインと実装

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
Avatar for nakajijapan nakajijapan
October 10, 2016

 インタラクションデザインと実装

Avatar for nakajijapan

nakajijapan

October 10, 2016
Tweet

More Decks by nakajijapan

Other Decks in Technology

Transcript

  1. ҙਤ ܗ੒ ߦಈ ܾఆ ࣮ߦ ஌֮ ղऍ ධՁ ϊʔϚϯ ͷࣣஈ֊

    Ϟσϧ ΑΓখ͍ͯ͘͞͠ ͘͜ͱ͕࢖͍΍͢ ͞΁ͷۙಓ
  2. 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