SSL Pinning in Swift Every Mobile application needs to retrieve information from the server to display it to the user. However, there…
ios ui view controllers
-
-
Using UIColor to customize app appearance UIColor is a subclass of NSObject used to store color and opacity information about an object…
-
Using AVAudioPlayer to play sounds in iOS applications In iOS applications, there are scenarios where we need to play media sounds (like…
-
Stepper It is a type of UIControl which is used to increase and decrease value. The stepper consists of two buttons. It…
-
Memory Management in iOS applications We can’t imagine a technology enhancement without memory in today’s tech world. The memory includes the hardware…
-
Using Realm database in iOS app We have used SQLite and CoreData to persist the data in iOS applications. The realm is…
-
Storyboard and Interface Builder The storyboard is first introduced in iOS 5 to save time building user interfaces for the iOS applications.…
-
Multithreading in swift Multithreading can be defined as the process which facilitates the CPU to create and execute concurrent threads. Typically, a…
-
Using SQLite in iOS app In Software development, we need to persist the data in the application very often. However, we use…
-
Switch The switch can be defined as the UIControl, which provides binary choices to the user either on or off. The state…