Paul Peelen.com's Picture

Hi, My name is Paul Peelen!

I am a freelance senior iOS Engineer, Mobile architect, father and husband. My passion is within mobile development which I have done since the arrival of the first iPhone in 2007.

OS Style settings view, Part 2

Now that you have a good looking GeneralSettingsView, we want some more settings pages and we want them to look MacOS alike, this is how we do it...

OS Style settings view

Do you have a MacOS app but can't get your setting page to look good, here is how you can make your settings view look MacOS like.

Create a calendar view in SwiftUI

In this post you will learn how to add the calendar page to your app. For the SwiftIsland app, I created a schedule view for the activities during a workshop day; this schedule view has now been seperated to its own SPM called SimpleCalendar. In this tutorial you will learn how to add this schedule page to your app.

SwiftUI Multi data-type chart

In iOS 16 Apple introduced Swift Charts, which makes generating beautiful charts both quick and easy. Although creating a line chart in Swift Charts using SwiftUI is not all to difficult, making one with two different data types might be another story. In this article I will go over how to create such a chart.

Post notification to Slack from Xcode Cloud

So you got Xcode Cloud setup, but now you want to have it post a message to your Slack channel? This article will show you how to implement that.