Change the color of Section of List in SwiftUI
This is a sample to change the color of Section of List in SwiftUI. There are some articles that use Appearance to change the background color, but I was able to do it in the following way. Read more
This is a sample to change the color of Section of List in SwiftUI. There are some articles that use Appearance to change the background color, but I was able to do it in the following way. Read more
Here's a sample of tapping a check mark into a section-delimited ListView. Tap on it to change the state and draw ✔︎.
Here's a sample of tapping to check the ListView. Tap on it to change the state and draw ✔︎.
How to aggregate CSV in Swift. First, we need to convert the CSV file to utf8 as a preprocessor. On a Mac, I opened it with Numbers and saved it as a CSV file. Read more
Here's how to make the UIView background a grid or a dot. This time, I created a subclass of UIView called GridView so that the dots can be switched by pressing a button. Read more
You can use ReplayKit to record your screen. It's very easy to use, and it's also very easy to use it on the mic. and so on. Read more
How to make it look like a UICollectionView in SwiftUI. It's easy to use a library called Q-Mobile/QGrid . I wrote this with reference to QGrid. Read more
How to display a Firestore image in SwiftUI. UIImage can be easily displayed using SDWebImage, but SwiftUI can't do that. I used SDWebImage/SDWebImageSwiftUI to write Read more
Detects changes to the SwiftUI toggle and executes a print statement. Reference: How can I trigger an action when a swiftUI toggle() is toggled?