OC與Swift混編

來源:互聯網
上載者:User

標籤:需要   swift   建立   class   調用   images   橋接   lang   src   

如何在OC類裡調用Swift函數?

建立一個工程,language選擇swift,新加一個名為“SwiftClass.swift”的swift檔案,一個名為“OCClass”的OC的.h和.m檔案
因為OC檔案必須匯入標頭檔,而Swift預設的標頭檔格式為:"工程名-swift.h",它就是項目中所有的swift類的標頭檔.  匯入這個檔案之後,就可以引用Swift裡的方法了。


如何在Swift檔案裡調用OC檔案?
在橋接檔案裡匯入所有你需要暴露在Swift檔案裡的OC檔案或C檔案,然後你就可以在Swift檔案裡擷取到OC類了。

 

OC與Swift混編

相關文章

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.