Call Swift code in objective

Source: Internet
Author: User

Original blog, reproduced please indicate the source

Http://blog.csdn.net/hello_hwc

The steps are relatively simple:

1, in Objective C project, create a new file (command+n), select the Swift file

2, choose Create Bridge-header, will generate two files, one is Bridge-header (this is temporarily useless, this file is used to expose the interface of objective C to Swift), a swift file

3, in Swift to expose to Objective C class or method before adding the @objc keyword (@objc keyword is a function of exposing the swift interface to objective C)

4. In the file that you want to use Swift, include the header file #import <ProjectName-swift.h>. Note that the projectname here is the name of your project, which is created automatically and is hidden, no need to pay attention to where the file is, just use it

5. The SWIFT code can then be invoked.


Call Swift code in objective

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.