iOS
iOS 14: Create a widget using WidgetKit
WidgetKit is a framework which is introduced during WWDC 20, the first online-only developer conference. Using WidgetKit, developers are able Read more…
WidgetKit is a framework which is introduced during WWDC 20, the first online-only developer conference. Using WidgetKit, developers are able Read more…
Presenting an alert is one of the regularly used functionalities when developing apps. Using an alert, you are able to Read more…
SwiftUI offers great functionalities for creating forms. There is a special container named Form, which identifies that a form should Read more…
Before an app release, a quality assurance engineer must do a regression test to validate that the new release of Read more…
One of the core functionalities of the App Store is the ability for users to review your apps. For developers Read more…
When developing an app for iOS, you may want to use a custom font to conform to the style guide Read more…
Navigation between views is one of the basic parts of knowledge that is needed to build an app with SwiftUI. Read more…
SwiftUI is a way to build user interfaces for all Apple platforms. When you’re familiar with UIKit, you may know Read more…
SwiftUI is a markup language that makes it possible to build user interfaces for all Apple platforms using a declarative Read more…
The Siri remote is a great way to control the Apple TV. The remote has a simplistic look but is Read more…