Sort, Filter, and Map data arrays in Swift | Continued Learning #13

Описание к видео Sort, Filter, and Map data arrays in Swift | Continued Learning #13

Being able to effectively manipulate data in your application is extremely important. Before displaying content on the screen, you will (almost always) want to organize the data to show specific pieces of content. In order to do this, we will learn how to use 3 super-efficient modifiers that Apple provides us with:

1. Sort - organize data by criteria
2. Filter - create a subset of your data
3. Map - transform data from one type to another

As you can imagine, being able to sort, filter, or map data is used ALL the time in production applications. We will learn how to implement these methods and also learn some fancy ways to shorten the code to look like professional developers ;)

Next video:    • How to use Core Data with @FetchReque...  
Last video:    • What is Hashable protocol in SwiftUI?...  

🤙 WELCOME BACK 🤙

WEBSITE: https://www.swiftful-thinking.com

DISCORD:   / discord  

GITHUB: https://github.com/SwiftfulThinking/

SAY THANKS: https://www.buymeacoffee.com/nicksarno

Комментарии

Информация по комментариям в разработке