Add the same border as UITextField for UITextView-UITextField default border color, width, and rounded corner

Source: Internet
Author: User

My technical blog is often maliciously crawled and reproduced by rogue websites. Please move to the original article: Workshop.

Sometimes, our app forms have both single-row textField and multi-row textView. After iOS 7, the default textField is added with a border, while textView does not. In order to unify the two styles, we need to add borders to textView, and also the same border as textField!

Therefore, the following questions are involved: What is the default border color, width, and rounded corner of UITextField?

After repeat ...... The following code can be used to get better imitation results:

TextView. layer. borderColor = [[UIColor colorWithRed: 215.0/255.0 green: 215.0/255.0 blue: 215.0/255.0 alpha: 1] CGColor]; textView. layer. borderWidth = 0.6f; textView. layer. cornerRadius = 6.0f;

Leaders are absent in the past two days ...... Otherwise, "professional" designers should be able to produce more accurate results. Although the color can be obtained, I can't determine whether the border is a few pixels at zero ......

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.