How can Objective-C or Swift app call functions in my Xamarin.ios class library?

血红的双手。 提交于 2020-01-30 13:17:09

问题


Another team member is writing an Xcode Swift app that needs to call functions in the Xamarin.IOS class library that I'm writing in Visual Studio on Windows.

How does the Swift app interface/bind with my Xamarin.IOS lib?

Does Xamarin.ios class lib project generate .a and .h files?

Is it best to use Visual Studio on Mac to build the class lib?

来源:https://stackoverflow.com/questions/59864424/how-can-objective-c-or-swift-app-call-functions-in-my-xamarin-ios-class-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!