Angular 7 Project Setup (Create first app) Following are the Angular CLI commands to create the first Angular app. npm install -g…
history and versions
-
-
How to install Angular 7? Angular 7 Environment Setup In this page, you will see how you can install the prerequisites needed…
-
SSL Pinning in Swift Every Mobile application needs to retrieve information from the server to display it to the user. However, there…
-
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…