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

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

Subscribe on YouTube