Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デフォルトのテキストをUItextfieldに設定しました。次に、デフォルトのテキストのアルファ値を変更したいと思います。これはどのように行うことができますか?
ついに答えを得た:
[self.objTextFieldSearch setValue:[UIColor colorWithRed:255.0f/255.0f green:140.0f/255.0f blue:0.0f/255.0f alpha:0.5] forKeyPath:@"_placeholderLabel.textColor"];
望ましい結果を提供します。