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

Create DataFrame from nested JSON in Python

By Shalini Gupta

Hello friends, today we are going to create a DataFrame from nested JSON in Python. We will use the Pandas library to create a DataFrame and JSON library for this purpose. Create a.... Read More

Print a new line in text File in Python

By Shalini Gupta

Hello friends, today we will learn about how you can manipulate text file data in Python. In this tutorial, we will be focusing on how to print a new line while reading a text file.... Read More

Convert HTML to JSON in Python

By Shalini Gupta

Hello friends, today we are going to learn how to convert HTML to JSON using Python. HTML or Hypertext Markup Language is a standard markup language for documents to be designed 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

Related Posts