您好,我正在尝试使用UILabel图层绘制一个圆圈,但是,我的标签只显示数字,而不显示我为标签创建的背景颜色或边框。为什么是这样?这是我的代码:letcountLabel=UILabel()countLabel.text="5"letsize:CGFloat=55.0countLabel.textColor=UIColor.whitecountLabel.textAlignment=.centercountLabel.font=UIFont.systemFont(ofSize:14.0)countLabel.bounds=CGRect(x:0.0,y:0.0,width:size,he