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 to create beautiful widgets which can be displayed on the…
WidgetKit is a framework which is introduced during WWDC 20, the first online-only developer conference. Using WidgetKit, developers are able to create beautiful widgets which can be displayed on the…
Presenting an alert is one of the regularly used functionalities when developing apps. Using an alert, you are able to inform users about impossibilities, invalid input or anything else that…
SwiftUI offers great functionalities for creating forms. There is a special container named Form, which identifies that a form should be displayed on the screen. All fields between the Form…
Before an app release, a quality assurance engineer must do a regression test to validate that the new release of the app won't break any existing functionality. Performing a regression…
One of the core functionalities of the App Store is the ability for users to review your apps. For developers is this functionality a great way to receive feedback on…
When developing an app for iOS, you may want to use a custom font to conform to the style guide of a brand. Xcode contains over 50 different fonts by…
Navigation between views is one of the basic parts of knowledge that is needed to build an app with SwiftUI. Using SwiftUI, navigation between views is made much easier then…
SwiftUI is a way to build user interfaces for all Apple platforms. When you're familiar with UIKit, you may know that lists are made using a UITableView. In SwiftUI, lists…
SwiftUI is a markup language that makes it possible to build user interfaces for all Apple platforms using a declarative Swift syntax. This blog post is an introduction to SwiftUI…
The Siri remote is a great way to control the Apple TV. The remote has a simplistic look but is still extremely powerful. When creating an app for tvOS, users…