我有一个 GridViewCell 并将其背景设置为 clearColor ,如下所示:
UIView* mainView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 160, 123)];
[mainView setBackgroundColor:[UIColor clearColor]];
虽然由于某种原因,背景仍然是白色的。
这就是我所看到的:
如果有任何帮助,我正在关注本教程。
我有一个 GridViewCell 并将其背景设置为 clearColor ,如下所示:
UIView* mainView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 160, 123)];
[mainView setBackgroundColor:[UIColor clearColor]];
虽然由于某种原因,背景仍然是白色的。
这就是我所看到的:
如果有任何帮助,我正在关注本教程。