我正在繪製自定義UIButton,並且想要在突出顯示時設置藍色。我怎樣才能做到這一點?UIButton選擇顏色
UIButton *myButton = [UIButton buttonWithType:UIButtonTypeCustom];
[myButton setBackgroundImage:[[UIImage imageNamed:@"test.png"] stretchableImageWithLeftCapWidth:100 topCapHeight:0] forState:UIControlStateNormal];
它不是重複的。鏈接的問題不涉及高亮顏色,只涉及背景顏色。 – len 2013-02-13 15:57:01
嘿,[我做了一個幫助你實現這個目標的類別](https://github.com/NSElvis/UIButton-ANDYHighlighted)。 – 3lvis 2014-12-07 14:35:00