IOS開發修改textField的placeholder顏色、大小

利用KVC修改textField中placeholderLabel屬性code

self.phoneFiled.placeholder = @"請輸入手機號";
    [self.phoneFiled setValue:[UIFont boldSystemFontOfSize:15] forKeyPath:@"_placeholderLabel.font"];
    [self.phoneFiled setValue:[UIColor lightGrayColor] forKeyPath:@"_placeholderLabel.textColor"];
相關文章
相關標籤/搜索