Latest News
How to use Sheet in SwiftUI
For iPhone users, modal views are a familiar concept. They are commonly used to present forms for the…
December 29, 2024
How to build a Custom Back Button in SwiftUI
In this article we will see how we can create our own custom Back button. Here is how…
December 29, 2024
What is .ignoresSafeArea() in SwiftUI
iOS has a concept known as safe areas to help with the layout of views. Safe areas help…
December 28, 2024
How to hide the Disclosure Indicator in SwiftUI
In this article we will see how we can hide the disclosure indicator in SwiftUI. A list is…
December 27, 2024
Custom Back Button in SwiftUI
Instead of using UIKit APIs to customize the Back button, an alternative approach is to hide the default…
December 26, 2024
Customizing the Back Button Image and Color of a Navigation View in SwiftUI
The back button of a navigation view is typically blue by default and uses a chevron icon to…
December 26, 2024
Customizing the Navigation Bar in SwiftUI
By default, the navigation bar is set to display as a large title. However, if you want to…
December 26, 2024
How to use NavigationLink in SwiftUI
Like list views, navigation views are UI components that are frequently used in iOS apps. They provide a…
December 25, 2024
How to change the back button image and color in SwiftUI
The navigation view’s back button is usually set to blue by default and uses a chevron icon to…
December 24, 2024
How to change font and color in a Navigation Bar in SwiftUI
Currently, SwiftUI does not provide a direct modifier to set the font and color of the navigation bar.…
December 24, 2024
How to use NavigationStack in SwiftUI
In this tutorial we are going to look at how to use NavigationStack in SwiftUI. In many apps…
December 23, 2024
How to change the background color in a List view in SwiftUI
Starting with iOS 16, you can customize the color of the scrollable area of a list view. Simply…
December 23, 2024