Swift之控件-UIlabel

 

 

       let label = UILabel(frame:CGRect(x: 20,y: 100,width: 280,height: 40))app

        label.text = "理想接電話是否很沮喪和甲方狙擊手的開發可謂文件的附件二反饋句"字體

        label.backgroundColor = UIColor.blueColor()開發

        label.textColor = UIColor.redColor()it

        label.textAlignment=NSTextAlignment.Center//設置label文字居中di

        label.lineBreakMode = NSLineBreakMode.ByWordWrapping //設置換行必須寫着一句文件

        label.numberOfLines = 0  //設置label的自動換行view

        label.font = UIFont.systemFontOfSize(15)//設置label字體大小ping

        label.layer.borderWidth = 2 //label邊框的粗細vi

        label.layer.cornerRadius = 15.0  //label邊框的圓角co

        label.layer.borderColor = UIColor.whiteColor().CGColor; //label邊框的顏色

        self.view.addSubview(label);

相關文章
相關標籤/搜索