Technology Update to "My Custom Picker With Multi-Selection in SwiftUI" - Now With Images! I've upgraded my custom multi-selection picker, in SwiftUI, to now be customizable using a struct rather than string array. This means it works for images... and whatever else you want to add.
Technology How To Make a Custom Picker with Multi-Selection in SwiftUI I recently realized that there wasn't a simple way to create a SwiftUI Picker that allows for multiple selection. After much trial and error this is the solution I came up with! Hope it helps your coding adventures.
Technology How I Easily Used My Custom Color in My SwiftUI Project I recently used one of my favorite colors on my website within my SwiftUI project. It was incredibly simple to do and I wanted to share it with you in case you want to do the same!