Xcode 11 Features
WWDC 2019 is over and we can’t wait to discuss what’s in store for the developers. Today, we’ll be discussing the new features available in Xcode 11. Xcode 11 includes the support for Swift 5.1…..
WWDC 2019 is over and we can’t wait to discuss what’s in store for the developers. Today, we’ll be discussing the new features available in Xcode 11. Xcode 11 includes the support for Swift 5.1…..
Knowing the Xcode shortcuts would improve your speed and boost your productivity. Today, we will be discussing some of the commonly used shortcuts. Refer to this legend for symbols of each button: ⌘ – Command….
In this tutorial, we’ll be discussing how to use Siri capabilities in iOS Apps. We’ll be creating our own ios application shortcut through which Siri would tell us the Latest tutorial released on Journaldev. SiriKit….
In this tutorial, we’ll be discussing and implementing the Timer class. We’ll be developing an iOS Application which runs a Countdown Timer. Timer A Timer class is that fires a method at certain intervals. To….
In this tutorial, we’ll be discussing and implementing the 3D Touch functionality in our iOS Application. Peek and Pop Peek and Pop is a functionality that is available in iPhone 6s and above. It occurs….
In this tutorial, we’ll be discussing and implementing the UISegmentedControl in our iOS Application. UISegmentedControl A UISegmentedControl is a horizontal bar which consists of discrete Buttons. These buttons are used to show/hide content or to….
In this tutorial, we’ll be discussing and implementing the UIPageControl element in our iOS Application. UIPageControl UIPageControl is inherited from UIControl. A UIPageControl displays horizontal dots with each dot corresponding to a different Page in….
In this tutorial, we’ll be discussing and implementing the UISlider in our iOS Application. UISlider A UISlider is a control that allows the user to select a value from a range of values horizontally by….
In this tutorial, we’ll be discussing and implementing the UISwitch Control in our iOS Application. UISwitch UISwitch is like a toggle button which has two states: on and off. The UISwitch control is typically used….
In this tutorial, we’ll be discussing and implementing the UIPasteboard class in our iOS Application. UIPasteboard The UIPasteboard class provides a clipboard and is used to share data within the app and from one application….