Skip to content

MaximAfanasenko/XamarinNativeiOSPart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XamarinNativeiOSPart

Sample projects of creation native iOS (Swift) parts for Xamarin application

AppForDevelopNativeModules - the app project where first things first you develop new native iOS (Swift) modules for integration with Xamarin app. If you need to add dependency to external framework you can use Carthage. You must add and resolve Carthage dependencies for both projects (AppForDevelopNativeModules and NativeProxyFramework).

NativeProxyFramework - the framework project where you must copy all of you work from AppForDevelopNativeModules and create an interface (it has examples) in AppForDevelopNativeModules.swift like other methods in this file (or it can be done by Xamarin developer). After that Xamarin developer can bind native library by using Sharpie (https://docs.microsoft.com/en-us/xamarin/ios/platform/binding-swift/walkthrough) and make integration with Xamarin app.

Alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published