Posts from Swift

Dark Mode Light Mode toggle in SwiftUI

By Saruque Ahamed Mollick

In this tutorial, I will show you how to toggle between dark mode and light mode in SwiftUI. If you wish that your view will be always in Dark mode you can simply use this line in .... Read More

How to find info.plist file in Xcode 13 and Newer in SwiftUI project

By Saruque Ahamed Mollick

I generally don’t write tutorials other than coding. But this is an issue that must be talked about. In this tutorial, I am going to show you how to find the info.plist file .... Read More

Set the size of SF Symbols in SwiftUI

By Samim

In this tutorial, we will see how to set the size of SF symbols in SwiftUI. SF Symbols are part of Apple’s system icon library, that we can use to display a wide range of ico.... Read More

How to create charts in SwiftUI

By shagrafnasheet

In this SwiftUI tutorial, we’ll learn how to implement charts in SwiftUI. It’s quite easy to achieve this, all we’ll be doing is importing the SwiftUI charts fram.... Read More

Create a dropdown menu in SwiftUI

By Samim

In this tutorial, we will see how to create a dropdown menu in SwiftUI. Dropdown menus, also called selection menus, provide users with a practical way to select an option from a l.... Read More

Delete a Button after it is pressed in SwiftUI

By Samim

In this tutorial, we will see how we can delete a button after it is pressed in SwiftUI. In most apps, when we press a button in an app’s user interface, it typically remains.... Read More

Gradient Border in SwiftUI

By shagrafnasheet

In this SwiftUI tutorial, we’ll learn how to make gradient borders in SwiftUI. We’ll be using the LinearGradient that SwiftUI provides us for giving gradient color to o.... Read More

Round corners of a border in SwiftUI

By Samim

In this tutorial, we will see how we can round specific corners of a border in SwiftUI. Borders play a vital role in improving the visual appeal and overall layout of our app, maki.... Read More

Related Posts