Aleksander Stojanowskistojanowski.dev·Aug 26, 2024Sort It OutEvery app contains data that is shown to the user, and in most cases, users like to have at least a little control over how the data is displayed to them. The easiest way to give users some control is to allow them to choose by which property and in ...131 readsSwift
Gaurav Takgauravtak.hashnode.dev·Jul 29, 2023Core Data Vs Swift DataAs we all know, SwiftData and Core Data are both object-relational mapping (ORM) frameworks that allow us to persist data in our Swift apps. However, there are some key differences between both frameworks. Key features of SwiftData Include: Declara...29 readsiOS
Lorenzo Balderramathecodingsoup.hashnode.dev·Jun 27, 2023Swift and Core Data: Integrating Core Data with SwiftCore Data is Apple's object graph and persistence framework. It provides data sources for displaying in user interfaces, and it enables support for rich model object graphs with complex relationships and inheritance. In this in-depth guide, we'll exp...29 readsSwift