Swift Special Keywords

Source: Internet
Author: User

#available () function to check the availability of API functions

//determine if the current version is ios8.0+,osx10.10+ and on a different platformif#available (IOS8.0Os x10.10, *) {     //When the version matches} Else {      //When the version does not match} can also be placed in front of a method to make its method available in a version//ios8.0+,osx10.10+ and available on other platforms@available (IOS8.0Os x10.10, *) func startuseractivity ()-nsuseractivity {}

new guard Syntax: This new syntax allows you to build an early exit point in a code cycle, avoiding a lot of if judgments

If a >=elsereturn }

Swift Special Keywords

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.