2
我有一個問題,定製我的AQGridViewCell。我想有具有透明背景的全細胞,但initWithFrame以下內:reuseIdentifier不會做的工作:AQGridViewCell透明背景
self.backgroundView.backgroundColor = [UIColor clearColor];
self.contentView.backgroundColor = [UIColor clearColor];
self.backgroundColor = [UIColor clearColor];
self.backgroundView.opaque = NO;
self.contentView.opaque = NO;
self.opaque = NO;
有沒有人有一個想法如何解決這個問題?
非常感謝您的回覆!
編輯 我發現this,但是這似乎並沒有工作,要麼: https://github.com/AlanQuatermain/AQGridView/pull/108#issuecomment-3610006
非常感謝!這兩個屬性做到了!標籤已被設置爲清除,但無論如何感謝:) – 2012-03-17 15:27:09