Swift UI special training 31 Slider, uislider

Source: Internet
Author: User

Swift UI special training 31 Slider, uislider

A slider is used to show a setting or a progress in a gradual and gentle manner. The base class of the slider is UISlider, and the attributes are relatively simple.


It mainly refers to the maximum and current values of the minimum value.

The settings are as follows:


We can see that there are two options below: The minimum image and the maximum image. We import two images (Sorry, there is no suitable image ...) :


The most important event is the value change, which is similar to the control we encountered before. Now we want the label to display the current sliding value. The minimum value is 0 and the maximum value is 10. We have set it above.

@ IBAction func sd (sender: UISlider) {label1.text = "\ (sender. value )"}

Because the sender value is a floating point number, we need to convert it to a String. The effect is as follows:




Related Article

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.