ios让textfield的光标不出现
更新:HHH   时间:2023-1-7


ios让textfield的光标不出现,只需要把光标颜色清掉就可以了

 textfield.tintColor = [UIColor clearColor];


返回移动开发教程...