Swift Tips: Zip different sized arraysSwift uses the first option, the resulting sequence will have a length equal to the shorter of the two inputs.Nov 13, 2022Nov 13, 2022
iOS Tips: Perform Hit Test on a ViewHit test helps us to understand if a view can be interactive with user.Nov 3, 2022Nov 3, 2022
iOS Tips: Data PersistenceIn this article, I would like to talk about ways of persisting data in iOS apps.Nov 3, 20221Nov 3, 20221
Swift Tips: Failable initInitializers might work or might not. For the case of not working, we can return nil.Nov 3, 2022Nov 3, 2022
Dynamically Change the iOS App Icon in Xamarin.FormsDynamically Change the iOS App Icon in Xamarin.FormsNov 24, 2021Nov 24, 2021
Adding CoreML model to your Xamarin.iOS ProjectsAdding CoreML model to your Xamarin.iOS ProjectsNov 17, 2021Nov 17, 2021
Xamarin Tips: Access Progress Bar from the first page to the second page?We can use MessagingCenter for this. In your first page, subscribe a message:May 12, 2021May 12, 2021
iOS Biometric Authentication with Xamarin FormsIn this article, I will first examine the FaceID and TouchID authentication methods and then I will talk about how to add them to our…May 5, 2021May 5, 2021
Xamarin Tips: Change screen orientation with MessagingCenterWe can force the pages into Landscape mode at runtime as needed. UWP, iOS and Android require different approach, so here’s how we can…Apr 2, 2021Apr 2, 2021
Xamarin Tips: Round Button in Xamarin.Forms with FontsWe can create a simple round buttton with font icon in Xamarin.Forms application like below:Apr 2, 2021Apr 2, 2021