Gemini AI Assistant SwiftUI App

In this video, I have explained how to use Gemini APIs to build a knowledge based assistant in SwiftUI. The app is capable of giving answers to your queries. Fill up the form and get the source code of the project.

How to create a VisionOS App from scratch?

In this video, we will build our first visionOS app with SwiftUI. I'll walk you through the process of building a visionOS app from scratch using SwiftUI and Xcode as the IDE.

How to add ornaments in VisionOS app using SwiftUI?

In this video, I'll explain you what are ornaments in visionOS and the three different ways to implement ornaments in a visionOS app using SwiftUI.

How to Create Multiple Windows in VisionOS app?

In this video, you will learn how to create multiple windows in a visionOS app. If you have worked with macOS, you would be knowing how to create multiple windows in your app but if you're new to it, don't worry this video contains a step-by-step guide on creating multiple windows in a visionOS app using SwiftUI.

How to add 3D objects to windows in a VisionOS app?

In this video, you will learn how to add 3D objects to windows. We will explore concepts like what is Model3D API, what is USDZ file format, How to add a 3D object from a file as well as from a URL and using different initialisers of Mode3D API to handle different loading scenarios.

How to use NavigationStack in SwiftUI?

In this video, I have explained all about NavigationStack in SwiftUI in complete detail. This video covers in depth explanation along with supported examples and covers about NavigationLink, NavigationDestination and programmatic navigation with NavigationPath.