Pinnedenebin·2d agoI Built an App Because AI Agent Workflows Were Becoming InvisibleAI agents have become a normal part of my development workflow.
Pinnedenebin·Jun 11, 2023Video Recorder App with SwiftUI [1] — Set UpThe existence of UIImagePickerController is enough to help apps that simply need to take photos or shoot videos. That's what I thought…A response icon2A response icon2
PinnedInTowards Devbyenebin·Nov 1, 2022Swift Concurrency Deep Dive [1] — GCD vs async/awaitThis post is written for a deeper understanding of Swift concurrency, that is, async/await.A response icon2A response icon2
Pinnedenebin·Oct 6, 2021SwiftUI | How to make 3D carousel viewWhile I looking for some design references, I happened to see an image of Pantone’s plastic color chip sets commonly seen in design…A response icon1A response icon1
enebin·Mar 23, 2025Simplify Your SwiftUI Redirections in a Centralized WayManaging URL redirections within SwiftUI applications often results in scattered, repetitive code, making maintenance cumbersome and…
enebin·Jun 27, 2024How to Create Facial Expressions Recognition on iOS: A Step-by-Step GuideIn today’s tech-savvy world, creating apps that understand human emotions is within reach. Facial expressions recognition, powered by…A response icon1A response icon1
enebin·May 1, 2024Designing a better UIViewControllerRepresentable [2] — Without @BindingIn the previous post, we examined the simplest method using @Binding. However, as mentioned before, the main downside to this approach is…
enebin·Apr 30, 2024Designing a better UIViewControllerRepresentable [1] — BasicIn order to convert UIKit components into SwiftUI, you must use a specific API, UIView(Controller)Representable. As many who have used…A response icon1A response icon1