You can use -[UIButton setTitleColor:forState:] to do this. Example: Objective-C [buttonName setTitleColor:[UIColor blackColor] ...
確定! 回上一頁