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 at Converge 360.

comments powered by Disqus

Featured

  • Full-Stack with a Side of Copilot: Building and Deploying an App the AI-Accelerated Way

    In this Q&A, developer and VSLive! speaker Esteban Garcia explains how GitHub Copilot can accelerate the full software development lifecycle -- from architecture and code to tests, CI/CD, and Azure deployment -- and how to use it as a repeatable engineering workflow rather than just a faster autocomplete tool.

  • VS Code 1.127 Further Integrates Advanced Browser-AI Tech

    Microsoft's July 1 Visual Studio Code update continues a recent push to make the editor's integrated browser a more capable development surface -- and a more useful tool for AI agents.

  • Support Vector Regression with SGD Training Using C#

    Support vector regression can predict numeric values effectively, and this article shows how to implement and train a kernel SVR model in C# using stochastic sub-gradient descent.

  • New GitHub Switch Limits Repo Issue Creation to Collaborators Only

    After publicly touting pull request limits as a way to cut maintainer noise, GitHub is taking the same idea further with a new setting that lets repository admins restrict issue creation to collaborators only.

Subscribe on YouTube