Swift adds a click gesture to the control _swift

Source: Internet
Author: User

Today, a colleague asked me how to add a click method to TableView's Headerview, and today it's simple to say that the way to add a click gesture in Swift is to:

Copy Code code as follows:

Imagepath.addgesturerecognizer (UITapGestureRecognizer (target:self, Action: "Imagepathclick:"))

What, does it look much simpler than OC, to explain briefly, ImagePath is a uiimageview that I define, maybe someone added this gesture and then find out why clicking on the control doesn't work? The reason is, maybe you didn't open user interaction, many controls , the default is not to accept user interaction, such as ImageView, such as label. So we need to let the control receive clicks, enter the following code to
Copy Code code as follows:

Imagepath.userinteractionenabled = True

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.