SSL Pinning in Swift Every Mobile application needs to retrieve information from the server to display it to the user. However, there…
ios ui views
-
-
Using UIColor to customize app appearance UIColor is a subclass of NSObject used to store color and opacity information about an object…
-
Search Bar in iOS Applications In iOS applications, we often need to filter data from a list using some keyword. For this…
-
XCode 12 Features In WWDC, June 2020, Apple announced the release of XCode 12 with all new features and improvements that will…
-
TextField It can be defined as an object which is used to display an editable text area in the interface. Textfields are…
-
Sending Email using the iOS application While developing mobile applications, there are requirements where we have to allow users to send emails…
-
UIView UIView can be defined as an object by using which we can create and manage the rectangular area on the screen.…
-
Transforming Views with CGAffineTransform Swift provides an affine transformation matrix as CGAffineTransform to draw 2D graphics. It is a structure that allows…
-
UIViewController As we have stated earlier in this tutorial, ViewControllers are the basic building blocks of the iOS applications. A ViewController is…
-
UIActivityViewController in iOS The UIActivityViewController is an object used to offer standard services like sharing items in the app through the activity…