IOS control -- viewWithTag of UIView :( int) findTag method description, viewwithtagfindtag

Source: Internet
Author: User

IOS control -- viewWithTag of UIView :( int) findTag method description, viewwithtagfindtag

UIView has a viewWithTag :( int) findTag method. The call method is [MyView viewWithTag: integer]. This method returns the tag = findTag control. The ios control allows multiple controls to have the same tag. The implementation steps are as follows:

1. If the tag value of MyView is equal to the tag value to be searched, MyView itself is returned;

2. If the tag value of MyView is not equal to the tag value to be searched, the Child control of MyView is searched, that is, the array of MyView. subviews is traversed;

3. When traversing the MyView. subviews array, return the child control with the first tag value equal to the searched tag value;

4. If all child controls are traversed and no matched child controls are found, nil is returned.

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.