UIlabel設置背景爲圓形

直接對label的cornerRadius進行設置 var text = UILabel(frame: CGRectMake(10,30,UIScreen.mainScreen().bounds.size.width - 20,200)) text.text = "背景爲圓形 " text.backgroundColor = self.view.background
相關文章
相關標籤/搜索