0

我不确定这是否是单点触控、cocoatouch 问题,或者我做错了。

我的 AppDelegate 中有这段代码

UILabel.Appearance.BackgroundColor = UIColor.Clear;

它适用于大多数标签,除了我创建的标签

va label = new UILabel();

有人也看过这个吗?

4

1 回答 1

0

您必须使用 new UILabel (someRectangle) 作为构造函数来创建您的 UILabel。

于 2012-08-04T15:59:50.123 回答