BenEfficient View State Management in SwiftUI with Clean ArchitectureIntroductionNov 26, 20241Nov 26, 20241
Rishabh SharmaShimmer Effect in SwiftUIIn this blog, we’ll explore how to create a cool shimmer effect in SwiftUI. This effect is often used to indicate loading states, giving…Aug 25, 20241Aug 25, 20241
InMobile App CircularbyMobile@ExxetaUseful packages to improve your SwiftUI development workflowAutomating string generation, releases, licenses and moreAug 1, 20243Aug 1, 20243
Kirill ChuyanovSwiftUI with URL-based RoutingDeclarative way to describe routes in SwiftUIJul 26, 2024Jul 26, 2024
Victoria PetrovaRipple Effect with SwiftUI and Metal Shaders (+ a custom water scene💧)I had a great time exploring Apple’s demo projects for iOS 18, and loved the interactive ripple effect. So I adopted it to work on iOS17 in…Jun 25, 20241Jun 25, 20241
InApple Developer Academy | UFPEbyJoana LimaHow to implement UI Tests with SwiftUI — A few examplesUI testing in a SwiftUI app is critically important for many reasons. It ensures the quality and reliability of your app by identifying…Oct 26, 2023Oct 26, 2023
SwiftlyNomadSwiftUI and Swift 6: Mastering Concurrency with @MainActorAs Swift 6 approaches, many developers implement stricter concurrency checks to enhance code safety and performance. A frequent source of…Apr 26, 20243Apr 26, 20243
InStackademicbyItsukiSwiftUI: Save And Share a ViewWhen and why you might want your user to be able to save and share a SwiftUI View?May 5, 2024May 5, 2024
Uday PStacked emoji view in SwiftUI similar toLinkedInWanted to created a dynamic configurable stacked emoji view with SwiftUI, whose order can be changed and it draws by itself.Apr 25, 2024Apr 25, 2024
InITNEXTbyNikita GoncearStyling SwiftUI Text like a ProDiscover the .buttonStyle-inspired solution for centralizing SwiftUI Text styles, applied seamlessly with just one modifier. 🎨Apr 13, 2024Apr 13, 2024
InStackademicbyItsukiSwiftUI: Reusable Custom Style 4 Ways!Reuse our styles within our project can help use write less code and ensures that elements with the same styling maintain uniformity…Apr 28, 2024Apr 28, 2024
InStackademicbyItsukiSwiftUI: Mastering List (Programmatically scroll, Set initial Visible Item, Check if an Item is…A List is basically a container that presents rows of data arranged in a single column, optionally providing the ability to select one or…Apr 6, 20241Apr 6, 20241
Vladyslav ShkodychRemove ObservableObject from your SwiftUI modelSwiftUI becomes more convenient, in iOS development. It is time to talk about switching to @Observable over the ObservableObject.Apr 2, 202410Apr 2, 202410
InBetter ProgrammingbyMark LuckingCreate a Captcha With SwiftUIFigure out if you’re dealing with a human or notDec 7, 2020Dec 7, 2020
InDev GeniusbyMuhammad Naufal AdliRolling Menu with LongPressGesture in SwiftUI iOS 17interactive menus can be an effective way to provide users with quick access to various features or actions within an appMar 15, 20241Mar 15, 20241
InDev GeniusbyBurcu K. KutluayHow to understand leaks in IOS AppFirst of all, if you dont know or did not use before, I highly recommend to use XCode Instruments. If you are interested in more check WWDC…May 19, 2023May 19, 2023
VijaivijaiSwiftUI TextField validationSwiftUI has an effective way to create a validations , There are many possibilities for Handle on that.Oct 18, 20231Oct 18, 20231
Alessandro ManiliiCustom Swift Logger in Xcode 15Build a lightweight logger for the events in your AppOct 26, 20231Oct 26, 20231