Tuesday, 15 September 2015

ios - Can I add a custom UIGestureRecognizer subclass to a UIView in my Storyboard? -



ios - Can I add a custom UIGestureRecognizer subclass to a UIView in my Storyboard? -

is possible? i've made custom uigesturerecognizer subclass , want attach view in storyboard. possible without doing programmatically?

gesture recognizers available in interface builder (see this tutorial). apple's derived uigesturerecognizer subclasses ones show looks me can utilize own subclass.

in order subclass stick had create uigesturerecognizer subclass subclass of apple recognizer added in ib, alter class subclass in interface builder, , alter uigesturerecognizer subclass.

ios uiview interface-builder uigesturerecognizer uistoryboard

No comments:

Post a Comment