All Posts
swiftuiOct 25, 2023Introduction to Shaders in SwiftUI: Wave EffectBreaking the ice: learn how to create an efficient and reusable wave effect with a custom Metal shader for SwiftUI views.
swiftuiSep 20, 2023Controlling SwiftUI View updates with ObservationLearn how to use the new Observation framework introduced at WWDC 2023 to ensure the best performance for your SwiftUI app.
swiftuiDec 1, 2022Building a fluid gradient with CoreAnimation & SwiftUI: Part 2Discover how to animate fluid gradients in SwiftUI using CoreAnimation for high-performance and reusable views.
announcementsNov 22, 2022Black Friday Deals are hereBlack Friday 2022 is here! Get Sensei or Trim Enabler at 50% off. We're offering the best deal of the year for all of our Mac apps.
swiftuiNov 3, 2022Building a fluid gradient with CoreAnimation & SwiftUI: Part 1Learn to create a fluid, high-performance gradient view in SwiftUI using CoreAnimation. Enhance your app design with dynamic, reusable gradients.
announcementsOct 25, 2022Sensei is ready for macOS VenturaVentura is finally here! The new Sensei 1.5.3 update brings full support for macOS Ventura as well as several new bug fixes.
swiftuiSep 14, 2022How to make an Audio Visualizer Animation in SwiftUILearn how to create a simple looping Audio Visualizer Animation in SwiftUI, useful for audio content in music applications.
swiftuiSep 5, 2022Creating a Progress bar Animation in SwiftUILearn how to create an animating loading progress bar view in SwiftUI using shape, width, frame and animation modifiers.
announcementsAug 31, 2022Submit your article to the BlogDo you want to write about Swift/SwiftUI, design, or anything else related to development on Apple platforms? Reach out to our audience and promote your profile or product while giving back to the developer community.
swiftuiAug 24, 2022How to make a Heart Rate Animation in SwiftUILearn how to create a looping Heart Rate Animation in SwiftUI which replicates the pulsating heartbeat in watchOS.
swiftuiAug 17, 2022Animating a Circular Progress Bar in SwiftUIWant to replicate the Apple Fitness Rings UI? Learn how to build an animated circular progress bar in SwiftUI using Shape together with the Trim modifier.
swiftuiAug 11, 2022Getting Started with SwiftUI Animations: RotationLearn how to get started with SwiftUI animations and make a simple rotation animation for an image.
swiftuiJul 20, 2022Build a reusable search engine for floating panels in SwiftUICreate a floating panel search interface for Mac with SwiftUI, completing the series on building custom panels.
swiftuiJun 12, 2022Hands-on: Typography in SwiftUIExplore new typography features in SwiftUI, including text animation support. Elevate your app design with advanced font techniques.
swiftuiJun 11, 2022How to take a snapshot image of a view in SwiftUILearn how to use the new ImageRenderer to take a screenshot image of a SwiftUI view, and which fallbacks you can use for older versions.