(iOS开发)修改textfeiled中placeholder的字体,颜色,大小

来源:互联网 发布:java http断点上传 编辑:程序博客网 时间:2024/05/21 00:49
textfeiled 使用(placeholder属性修改 )

//placeholder的位置,大小   sureNewPassWordTF.leftView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 10, currentPWDTF.frame.size.height)];    sureNewPassWordTF.leftViewMode = UITextFieldViewModeAlways;    [sureNewPassWordTF setValue:[UIFont boldSystemFontOfSize:15] forKeyPath:@"_placeholderLabel.font"];


0 0
原创粉丝点击