Pass in a label or button, passing in the text size of 5s,6 and 6+ quickly define text size

Source: Internet
Author: User

Func IsIphone6 ()Bool {ifScreenWidth () > the {                return true    }    Else {        return false}}func isiphone6plus ()-Bool {ifScreenWidth () >375 {                return true    }    return false}func fontSize (Aview:uiview, Fivs:cgfloat, Six:cgfloat, sixplus:cgfloat) {if(Aview as? UILabel)! =Nil {ifIsiphone6plus () {(Aview asUILabel). Font =uifont.systemfontofsize (sixplus)}Else ifIsIphone6 () {(Aview asUILabel). Font =uifont.systemfontofsize (six)}Else{(Aview asUILabel). Font =uifont.systemfontofsize (Fivs)}} Else if(Aview as? UIButton)! =Nil {ifIsiphone6plus () {(Aview asUIButton). titlelabel!. Font =uifont.systemfontofsize (sixplus)}Else ifIsIphone6 () {(Aview asUIButton). titlelabel!. Font =uifont.systemfontofsize (six)}Else{(Aview asUIButton). titlelabel!. Font =uifont.systemfontofsize (Fivs) }}}

Pass in a label or button, passing in the text size of 5s,6 and 6+ quickly define text size

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.