UIViewController As we have stated earlier in this tutorial, ViewControllers are the basic building blocks of the iOS applications. A ViewController is…
history and versions
-
-
UIActivityViewController in iOS The UIActivityViewController is an object used to offer standard services like sharing items in the app through the activity…
-
Using Cocoapods for the XCode Projects In the previous section of the tutorial, we discussed how to install the cocoapods on the…
-
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…