Category Swift

Here I report on programming with Swift (SwiftUI etc.)!

AppStorage – Save Array

For a long time I thought about how I can store arrays in AppStorage. My intention was to pass an array from the app to the widgets. In the following I will present my solution. With my solution I can…