Swift Singleton

Hello friends, in this article, we will talk about what Singleton is and how to use it with Swift. This pattern is very commonly used to avoid static variables and functions in general. We can easily access and use the structure we have developed with…

Xamarin Forms Keyboard Type

The keyboard-type theme, which seems very simple and insignificant, can be life-saving in mobile applications. For example; If you issue a default font keyboard in front of the user while receiving a phone number from the user, this event will force the user very much.…