您的位置:首页 > 产品设计 > UI/UE

UITextField文字垂直居中和placeholder偏上的问题

2015-11-04 16:07 585 查看
一,UITextField文字垂直居中
searchText.contentHorizontalAlignment=UIControlContentHorizontalAlignmentCenter;

二,placeholder偏上的问题

[searchText setValue:[UIColor
whiteColor] forKeyPath:@"_placeholderLabel.textColor"];
[searchText setValue:[UIFont
systemFontOfSize:14]
forKeyPath:@"_placeholderLabel.font"];
searchText.font = [UIFont
systemFontOfSize:14];
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: