iOS
Factory Design Pattern
In this article, you will learn about a type of Creational Design Pattern which is the Factory Pattern. You’ll also know about the pros and cons of it.
Creating Target specific Theme in iOS
In this tutorial, you will go through the use of targets to achieve two separate themes on apps.
Facade Design Pattern
In this article, you will learn about a type of Structural Design Pattern which is the Facade Pattern. You’ll get familiarized with the pros and cons of it.
Charming the VIPER
While writing an application from scratch coming up with the right architecture for it holds great value. It usually depends on the scope of the
Securing your Mobile Apps through SSL Pinning
The rise of enterprise mobility in the past decade has brought comfort and easiness to people’s lives but along with it has evolved a risk and threat of security. But How? Before, people didn’t use to transfer money through mobile devices, or take doctor appointments for an online session through their phones, but now, they do.
Making a simple list of “Shows to Watch” in iOS using Core Data
Hola Amigos! I’m going to demonstrate how easily you can make a simple list using Core Data with operations of Add, Delete, and Update. Vamonos!
Android like Toast in iOS
Hello everyone! Today I’m going to show you how you can easily create toast in iOS. To achieve this task I’m going to use Charles Scalesse’s