iOS 7 BarButtonItem with image and title

前端 未结 4 958
时光说笑
时光说笑 2020-12-08 08:49

I\'m trying to figure out how can I achieve something like this:

\"enter

This

4条回答
  •  情歌与酒
    2020-12-08 09:11

    I solved this problem as follows:

    [Button **setTitleColor**:[UIColor colorWithRed:129/255.0f green:124/255.0f blue:110/255.0f alpha:1.0f] forState:**UIControlStateHighlighted**];
    

提交回复
热议问题