iOS Biometric Authentication with Xamarin Forms
In this article, I will first examine the FaceID and TouchID authentication methods and then I will talk about how to add them to our Xamarin Forms applications. iOS Biometric […]
In this article, I will first examine the FaceID and TouchID authentication methods and then I will talk about how to add them to our Xamarin Forms applications. iOS Biometric […]
Link presentation is a framework that is added with iOS 13 and already used in its native applications. With this library, developers can now customize when viewing rich URLs in their own applications. We use it in our Xamarin Forms application.
Now you can use Xamarin.Forms.CustomTitlePickerPlugin to change the text of the Done/Cancel button of the picker control that we use in our Xamarin.Forms project. You can access the GitHub repository […]
In iOS 10.3, Apple added a function that allows us to dynamically change the icon of our application. The Apple documentation states that: supportsAlternateIcons – It is readonly. A Boolean […]
When developing a mobile application that data is dynamic, it would be more meaningful to place a specific design instead of showing a blank page. There may be a misunderstanding […]
The topic of this article is to place a floating text on the slider icon as it moves, without having to define a custom renderer. You can download the project […]
CoreML allows us to develop a Machine Learning project on iOS. Applications developed using CoreML can perform all kinds of tasks such as problem solving, image recognition using trained models. […]