SSL Pinning in Swift Every Mobile application needs to retrieve information from the server to display it to the user. However, there…
ios development using swift
-
-
Using UIColor to customize app appearance UIColor is a subclass of NSObject used to store color and opacity information about an object…
-
UIAlertController in Swift Alerts are one of the essential components of an iOS app. We use UIAlertController to get the feedback, confirmation,…
-
Segment Control Segment control can be defined as the horizontal control, which controls multiple segments where a discrete button controls each segment.…
-
Views and View Controllers In iOS development, the view controllers are the foundation of the Application’s internal structure. The View Controller is…
-
UIBarButtonItem in iOS In iOS app development, we often use toolbar and tab bar as an integral part of a user interface…
-
Setting up Cocoapods for XCode Projects Cocoapods can be defined as a dependency manager for the swift and objective C projects, which…
-
WebView WebView can be defined as an object which can display the interactive web content and load HTML strings within the iOS…
-
UIImage in iOS UIImage is the class that is used to manage images in iOS applications. It is the subclass of the…
-
Slider A slider can be defined as a UIControl, which provides the contiguous range of values on a single scale to the…