Revision history of "Swift:Using UIGestureRecognizer"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 17:58, 27 March 2015Hall (Talk | contribs). . (1,243 bytes) (+1,243). . (Created page with "==Tap gesture recognizer== <pre class="brush:swift"> func onCustomTap(tapGestureRecognizer: UITapGestureRecognizer) { var point = tapGestureRecognizer.locationInView(view)...")