Skip to content

Jeroen Zonneveld

Blog with my learnings as a mobile developer

Jeroen Zonneveld

Blog with my learnings as a mobile developer

  • Blog
  • Talks
  • About me
  • Contact
iOS

iOS 14: Create a widget using WidgetKit

Jeroen Zonneveld Jun 24, 2020 0 Comments

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…

SwiftUI

Present an alert with SwiftUI

Jeroen Zonneveld Apr 30, 2020 0 Comments

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

Create a form with SwiftUI

Jeroen Zonneveld Jan 16, 2020 0 Comments

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…

Quality Assurance

Automate regression testing for iOS and Android using Appium and Robot Framework

Jeroen Zonneveld Jan 5, 2020 0 Comments

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…

Quality Assurance

Monitor app reviews to improve the quality of your app

Jeroen Zonneveld Nov 19, 2019 0 Comments

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…

iOS

Adding custom fonts to your iOS app

Jeroen Zonneveld Nov 11, 2019 0 Comments

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…

SwiftUI

Navigate between views with SwiftUI

Jeroen Zonneveld Nov 3, 2019 0 Comments

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

Create a dynamic list of items with SwiftUI

Jeroen Zonneveld Oct 27, 2019 0 Comments

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

Introduction to SwiftUI

Jeroen Zonneveld Oct 27, 2019 0 Comments

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…

tvOS

Detecting Gestures and Button Presses from the Siri Remote

Jeroen Zonneveld Oct 21, 2019 0 Comments

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…

Posts navigation

12…4

Next Page »

💼   Working at Triple.

You Missed

iOS

iOS 14: Create a widget using WidgetKit

SwiftUI

Present an alert with SwiftUI

SwiftUI

Create a form with SwiftUI

Quality Assurance

Automate regression testing for iOS and Android using Appium and Robot Framework

Jeroen Zonneveld

Blog with my learnings as a mobile developer

Copyright © All rights reserved | Blogus by Themeansar.

  • Blog
  • Talks
  • About me
  • Contact