Simple ways to operate the "Swift" Uilabel

Source: Internet
Author: User

@IBAction func Buttonclick_labelctrl (sender: anyobject) {

Define CGRect to initialize Uilable

var frame: cgrect = cgrect(x: , y: , Width: $ , Height: )

var label: UILabel = UILabel(frame:frame)

Get and set Font size adaptive properties (you can set fonts by Uifont)

var adjuststate: Bool = label. Adjustsfontsizetofitwidth

Label. Adjustsfontsizetofitwidth = false

Sets the number of rows to display, if set to 0, which means no limit (note the size of the cgrect that is used to create Uilabel)

Label. numberoflines = 0

Assign a value to a label

Label. text = "I am a dynamic label, this is a long string to test number of lines of label"+String (stringinterpolationsegment:adjuststate)

Set Font Color

Label. textcolor = uicolor. Redcolor()

Whether to highlight

Label. highlighted = true

Whether there is a text shadow

Label. Shadowcolor = uicolor. Greencolor()

self. View. Addsubview(label)

}

Simple ways to operate the "Swift" Uilabel

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.