SwiftUI Practice - FeaturePost
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 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…
I'm trying to learn SwiftUI. To challenge myself I'm trying to create the view that people ask about on Reddit. So, this is my attempt to make a number pad…