Peta Situs
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
Easy Way to Create a Floating Action Button (FAB) in SwiftUI.
This article will discuss how to create a Floating Action Button using SwiftUI
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
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
5 ButtonStyles in SwiftUI
This article discusses several button styles that can be used in SwiftUI
Creating a Simple Timer Using SwiftUI
This article contains a tutorial on how to create a simple Timer using SwiftUI
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
Adding Custom Fonts to SwiftUI Applications
Learn how to easily add custom fonts to your SwiftUI app and enhance its typography with this guide
SwiftUI's Multiline Text Alignment Guide
This article provides insights into mastering text alignment in SwiftUI, offering alignment customization tips for multi-line text
Creating Round Corners on Specific Corners of a View
Learn how to customize your SwiftUI views with specific rounded corners
Creating Multiple Sheets in SwiftUI
Learn how to display multiple dialogs and modals in SwiftUI using boolean bindings or Identifiable items
Discover How to Convert Hexadecimal Color Codes to SwiftUI Colors
Cara mudah mengubah kode heksadesimal warna menjadi Color di SwiftUI
Creating Conditional Modifiers for SwiftUI Views
Implementing conditional modifiers in SwiftUI for easy application of modifiers only when specific conditions are met
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
How to Resize ProgressView in SwiftUI
Learn how to adjust the size of ProgressView in your SwiftUI app with these helpful tips and tricks
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.
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.
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
Swift Tricks: Accessing App Version Information
Learn how to obtain your app's version and build number using Swift.