Down the AI Rabbit Hole
So, I was laid off just over a month ago. I worked at the company for almost 25 years. As you can imagine I didn’t have a clue on what I was going to do. This…
So, I was laid off just over a month ago. I worked at the company for almost 25 years. As you can imagine I didn’t have a clue on what I was going to do. This…
Custom feature post card and video post card built in SwiftUI. I copied the design for the FeatureView and VideoPost from Apple's Developer app. Customization…
Custom heat map view built with SwiftUI utilizing a Grid to dynamically build the heat map for the desired month. Customizations HeatMapItem color Use in your…
Custom view for a HealthKit project that uses SwiftUI Gauge to show the progress of tracking the number of reading needed for the day. Customizations Reading…
Today I created a SwiftUI project using 3 various Pickers and animated switching between the various pickers and animating the product image when selecting a…
Today I created a SwiftUI project featuring a customizable avatar with activity indication. Customizations Avatar Size Avatar background color Show or hide…
Today I decided to build a social media profile view in SwiftUI. Just doing the basics to learn SwiftUI. struct ProfileView: View { let profileImage: String…
Got another view from reddit that someone asked how would you do this view and here is my attempt at building this view in SwiftUI. import SwiftUI struct…
Adding SwiftLint The first step to installing SwiftLint is to install Homebrew, which is a commonly used tool for installing third-party software on macOS. You…