0
當我在界面生成器中製作一個具有背景的自定義UIButton時,它給了我內置觸摸時的默認功能,它將圖像變黑。 如果我創建的UIButton編程,就像這樣:UIButton IB vs編程方式
buttonPic = [[UIButton alloc] initWithFrame:CGRectMake(5, 5, 100, 63)];
[[buttonPic imageView] setContentMode:UIViewContentModeScaleToFill];
[buttonPic setImage:[video pic] forState:UIControlStateNormal];
它不會表現得像我在IB創建了所有的人。當我接觸到內部時,沒有什麼變化。 在我失蹤的UIButton中有設置嗎? 感謝