We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Using Gesture Recognizers (markdown)
OBJC UITapGestureRecognizer install code snippet
TapGesture delegate OBJC code snippet
CGAffineTransformScale' has been replaced by instance method 'CGAffineTransform.scaledBy(x:y:): updated by Alexander Levy (10/31/17)
Remove semicolon ;
Move to https://
Add user interaction enabled step
clean up instantiate snippet
change comment and remove viewDidLoad for instantiating gesture recognizer
remove extraneous semi colon
Fixed typo with extra let point
added comments to screen edge pan
Updated edge pan event handler name
Add screen edge pan gesture recognizer
minor formating
update animation syntax
First pass update for Swift 3
changed println to print
Change initialTrayCenter => trayOriginalCenter to match the rest of the code that follows.
Changed explanation to correctly reference the trayUp point.
edit make image scalable and rotatable
Added "Use-Case: Rotating and Scaling Views"
Added link to "Using Code Snippets"
Added "Use Case: Slide Out Tray"