0
在我的應用程序委託我有這樣的:我應該如何完成「setTintColor forState」(不存在)?
UIColor* color = [UIColor colorWithRed:36/255.0f green:38/255.0f blue:56/255.0f alpha:1.0f];
[[UIBarButtonItem appearance] setTintColor:color];
我想有壓入狀態的另一種顏色設置。
如何在不使用背景圖片的情況下實現此目的?
試試這個鏈接,你的回答後: http://stackoverflow.com/questions/4012664/uibarbuttonitem-highlighted-color 謝謝..! – Dinesh 2012-04-27 10:36:49