How to Build an Animated Star Rating Component in SwiftUI
What You Will Build A list where each row supports swipe gestures on both edges: swipe left to reveal Delete and Archive actions, swipe…
Youtuber @CodeWithWilliamJiamin's Website
• 2 min read
What You Will Build A list where each row supports swipe gestures on both edges: swipe left to reveal Delete and Archive actions, swipe…
• 3 min read
What You Will Build A card that flips between front and back faces with a realistic 3D rotation around the Y-axis. The front face…
• 2 min read
What You Will Build A 25-minute Pomodoro-style focus timer with a circular progress ring that shrinks as time counts down. The ring changes color…
• 2 min read
What You Will Build A multi-step account deletion flow with a safety confirmation: the user taps "Delete My Account," a text field appears asking…
• 2 min read
What You Will Build A horizontal strip of colored cards that scrolls continuously from right to left without user interaction, looping seamlessly when it…
• 3 min read
What You Will Build An animated rainbow gradient that continuously scrolls across text, creating the shimmering effect seen in Apple Intelligence branding. A wide…
• 2 min read
What You Will Build A collection of neon-glowing UI elements on a black background: glowing text, a pulsing neon circle, a bordered rectangle with…
• 3 min read
What You Will Build A multi-step onboarding screen where each page features an SF Symbol icon that scales in, a title that pushes in…
• 3 min read
What You Will Build A multi-step onboarding screen where each page features an SF Symbol icon that scales in, a title that pushes in…
• 3 min read
What You Will Build An increment/decrement counter where holding the +/- buttons auto-repeats using iOS 17's .buttonRepeatBehavior(.enabled). Each value change spawns a floating number…
• 3 min read
What You Will Build An increment/decrement counter where holding the +/- buttons auto-repeats using iOS 17's .buttonRepeatBehavior(.enabled). Each value change spawns a floating number…
• 3 min read
What You Will Build A skeleton loading splash screen that displays placeholder shapes with a sliding shimmer highlight while content loads. When data arrives,…