Hide the virtual keyboard Methods

Source: Internet
Author: User

Hide the virtual keyboard Methods

Using a virtual keyboard to input information is one of the most important interaction methods for iOS. A virtual keyboard usually appears automatically in an editable UITextField or UITextView editing event. It is easy to call a keyboard, but it is not that simple to collect it. In the previous article about how to collapse the keyboard after UITextField input, we introduced how to collapse the virtual keyboard after editing, however, if your components do not have corresponding events that allow you to collapse the virtual keyboard, what should you do? The following uses a similar component UITextView as an example to introduce some common methods.

 

1. Click UIView outside the editing area)

This is a very intuitive method. when you no longer need a virtual keyboard, you just need to click the virtual keyboard and edit a place outside the area to collapse the keyboard, the following code is a built-in Touch event method function in UIView. For details, refer to the basic usage of Touch Panel, Touch screen, and pressure sensor.

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.