News

Xamarin Nods to Swift for iOS Development

Swift exploded in the iOS development community after Apple picked it to replace the aging Objective-C, and now rival Microsoft is nodding to that popularity by providing guidance to bind iOS Swift libraries when working with its cross-platform mobile dev framework, Xamarin.

"The ability to reuse components built with Swift has become increasingly important to Xamarin developers as their popularity amongst developers continues to grow," Microsoft said in a Feb. 28 blog post.

Alexey Strakh of Microsoft's Mobile Customer Advisory Team published the post to describe a high-level process for binding a Swift framework, pointing to new full-fledged documentation for doing so.

The new "Binding a Swift Framework" documentation has been added to supplement existing documentation for "Binding an iOS Objective-C Library."

However, because Swift is a newer language, some additional steps are required, at a high level consisting of:

  1. Build the native library.
  2. Prepare the Xamarin metadata, which enables Xamarin tooling to generate C# classes.
  3. Build a Xamarin Binding Library using the native library and metadata.
  4. Consume the Xamarin Binding Library in a Xamarin application.

Furthermore, in actual practice many other lower-level steps are necessary, and that's where the new documentation comes in.

The end result of the tutorial that binds the Gigya Swift SDK (customer identity management)
[Click on image for larger view.] The end result of the tutorial that binds the Gigya Swift SDK (customer identity management) (source: Microsoft).

"The iOS platform, along with its native languages and tooling, are constantly evolving and Swift is one of the most dynamic areas in the iOS development world right now," that documentation says. "There are a number of third-party SDKs, which have already been migrated from Objective-C to Swift and it presents us with new challenges. Even though the Swift binding process is similar to Objective-C, it requires additional steps and configuration settings to successfully build and run a Xamarin.iOS application that is acceptable to the AppStore."

The documentation is presented as a thorough, comprehensive walkthrough tutorial and requires:

  • Xcode
  • Visual Studio for Mac
  • Objective Sharpie
  • AppCenter CLI (optional)

If Swift continues to take the iOS world by storm, more such documentation may be needed. The February 2020 TIOBE Index, which measures programming language popularity, shows Swift at No. 10, having moved up a full 10 positions from the February 2019 ranking, making it the biggest mover in the top 20. C#, used for Xamarin coding, is at No. 5, moving up from No. 7 last year.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

Subscribe on YouTube