xamarin

Binding Swift Libraries in Xamarin.iOS
February 11, 2020 xamarin

There are plenty of guides and blog posts online describing the process of making Xamarin binding for a Swift library, but I’ve been always struggling dealing with endless amount of new and new errors. The steps below is a real-world example of binding Starscream library (websockets in Swift for iOS and OSX).

Using password autofill with Xamarin.Forms
June 12, 2019 xamarin

iOS 12 and Android 8 brought a simple and useful feature called the password autofill framework. Even though integration of this feature doesn’t require significant efforts, many Xamarin.Forms applications still haven’t adopted this. In this post I’ll show you how you can enable the Password Autofill feature for your app with little effort.