Status Bar Background Color in SwiftUI
In iOS 15 it looks like the status bar default is now to have a transparent background. If you don't like this here is how you can change it.
We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
In iOS 15 it looks like the status bar default is now to have a transparent background. If you don't like this here is how you can change it.
Sometimes you will need to show different sheets within one SwiftUI view. This can be difficult to manage, but it can be solved using the latest in SwiftUI.
You want the entire background color filled.
ForEach with an Array of Tuples can cause some unexpected results, if your id that your using is not unique. Here is a story.
You want the ability to get the index from an array during a ForEach. Here are some things to consider.
Swift extensions are a unique feature to the Swift language. I will try to outline all the different ways extensions are used in a project.