Indirect Enums in Swift – iOS Tutorial (2023)



In this video, we will be diving into the world of indirect enums in Swift. Indirect enums are a powerful feature in Swift that allows you to create complex, hierarchical data structures. We will cover everything from the basics of indirect enums to advanced use cases, including how to use them in combination with other features like associated values and recursive enums. By the end of this video, you will have a solid understanding of how to use indirect enums in your own projects and be able to create powerful, flexible data structures. So, whether you’re a beginner or an experienced developer, join me as we explore the world of indirect enums in Swift

💻 Source Code:
🎥 Subscribe for more:
😎 Like my teaching style? Check out some of my most popular courses!
👉🏼 Connect (personal LinkedIn)
🚀 Follow on LinkedIn

** Popular Series
Building Instagram:
Building TikTok:
SwiftUI for Beginners:

** Get Skillshare free for 2 Months and learn iOS

** Manage all your investments from app earnings on Betterment!

** Grow your own Youtube tech channel with TubeBuddy:

#swift #iosdeveloper #softwareengineer

Watch more new videos about iOS Academy | Synthesized by Mindovermetal English

Rate this post

Bài viết liên quan

Theo dõi
Thông báo của
guest
9 Comments
Cũ nhất
Mới nhất Được bỏ phiếu nhiều nhất
Phản hồi nội tuyến
Xem tất cả bình luận
Shah jee

indomitableTR

why do I need linkedlist structure with indirect enum over normal traditional linkedlist ?

Christopher Wallace

what does a recursive function to traverse this list look like?

Christopher Wallace

under the hood
behind the scene

ClearCut

Does enum change the type to a reference one?

ChickenRei

Thanks
Speech recognition in SwiftUI?
Please

James Stacy

Cool, thanks

Victor Rîurean

nice

Legato

Thanks for the tips !

What would be the point of a linked list with enum instead of struct ? would it be more efficient or it is just another way of achieving it ?