QuartzCore.framework for Mono Develop

こ雲淡風輕ζ 提交于 2020-01-04 15:56:28

问题


I'm fine with Mono Develop's native-supported iOS libraries. But when I need such as a 3rd party library I get stuck.

QuartzCore is a successful library,but written in Objective-C. I know there is binding type project supported by xamarin. http://docs.xamarin.com/ios/Guides/Advanced_Topics/Binding_Objective-C_Libraries

Maybe for a small project has .a extension could be easy to bind. I wonder do I need to try to bind QuartzCore.framework to Mono Develop or Does it take much effort then coding in XCode by Objective C.

Does anyone tried this binding? There are some other projects already bound such as CorePlot https://github.com/mono/monotouch-bindings/tree/master/CorePlot.

I can't decide what I need to do. Will it be easy or bring me much job?

Thanks in Advance.


回答1:


I'm pretty sure that QuartzCore is already bound in MonoTouch. I think QuartzCore is part of CoreAnimation, which may be why you didn't see it.



来源:https://stackoverflow.com/questions/14734102/quartzcore-framework-for-mono-develop

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