Swift Featured Displaying Markdown in SwiftUI: A Step-by-Step Tutorial This article contains tips on how to easily display Markdown in SwiftUI using the Text widget, as well as how to change link colors and use AttributedString
iOS 15 Easy Way to Create a Floating Action Button (FAB) in SwiftUI. This article will discuss how to create a Floating Action Button using SwiftUI
Tips/Tricks How to Easily Create ScrollToTop in SwiftUI This article contains tips/tricks for creating a scroll to top button in SwiftUI, both with List and ScrollView
SwiftUI Fixing the issue of an unclickable SwiftUI Plain Button when tapping on the empty area This article discusses how to address the issue of Plain Buttons in SwiftUI that cannot be clicked in the empty areas
SwiftUI 5 ButtonStyles in SwiftUI This article discusses several button styles that can be used in SwiftUI
Tutorial Creating a Simple Timer Using SwiftUI This article contains a tutorial on how to create a simple Timer using SwiftUI
iOS 15 Creating an Intuitive Custom Swipe Experience with SwiftUI Learn how to utilize custom swipe buttons effectively in List rows with SwiftUI. Explore the power of swipe actions for mobile app design
SwiftUI Adding Custom Fonts to SwiftUI Applications Learn how to easily add custom fonts to your SwiftUI app and enhance its typography with this guide
Tips/Tricks SwiftUI's Multiline Text Alignment Guide This article provides insights into mastering text alignment in SwiftUI, offering alignment customization tips for multi-line text
SwiftUI Creating Round Corners on Specific Corners of a View Learn how to customize your SwiftUI views with specific rounded corners
SwiftUI Creating Multiple Sheets in SwiftUI Learn how to display multiple dialogs and modals in SwiftUI using boolean bindings or Identifiable items
Tips/Tricks Discover How to Convert Hexadecimal Color Codes to SwiftUI Colors Cara mudah mengubah kode heksadesimal warna menjadi Color di SwiftUI
Tips/Tricks Featured Creating Conditional Modifiers for SwiftUI Views Implementing conditional modifiers in SwiftUI for easy application of modifiers only when specific conditions are met
SwiftUI How to Prevent Modal/Dialog/Sheet Dismissal using Swipe in SwiftUI Learn how to stop users from closing modals or dialogs by swiping in SwiftUI with this comprehensive guide
SwiftUI How to Resize ProgressView in SwiftUI Learn how to adjust the size of ProgressView in your SwiftUI app with these helpful tips and tricks
Tips/Tricks Featured Collection of Links and References for Learning Swift Programming Language Explore a curated collection of links and references, simplifying your journey to master the Swift Programming Language and SwiftUI.
Tips/Tricks Easy way to re-format/beautify code in Xcode Learn how to enhance your code's readability using Xcode's Re-Indent dan XCFormat feature. Follow step-by-step instructions for a cleaner code structure.
Tips/Tricks A guide to overcome the "Unable to Verify App, an internet connection is required to verify trust of the developer". Learn how to troubleshoot the frustrating "Unable to Verify App, an internet connection is required to verify trust of the developer" error on iOS 15 or iPad 15, ensuring a seamless development experience
SwiftUI Swift Tricks: Accessing App Version Information Learn how to obtain your app's version and build number using Swift.