简体   繁体   中英

Can I change bottom border line color of textfields in objective c?

I want to change border color of textfield.

   textField1.backgroundColor=[UIColor redColor];

this code is change all border color (up, bottom, right, left border). But I want to set only bottom border color. Is this possible?

Thanks.

您不能更改文本框的边框颜色,而是获得具有所需设计的图像并将其设置为文本框的背景图像

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM