Herlandro Hermogenesherlandro.hashnode.dev·Sep 19, 2024Top 10 open source iOS libraries every developer should replace in 2024Transform Your Apps by Embracing SwiftUI and Modern Development Practices Today In myprevious article, I wrote about the Top 10 open source iOS libraries that every developer should have known before 2024 The technology evolves, so must we. Let me sh...Swift
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
Aleksander Stojanowskistojanowski.dev·Aug 12, 2024Look at My DataIn the last few years, Apple has built a very convenient set of frameworks to build applications in their ecosystem. However, sometimes connecting all the bits and pieces together can be a bit cumbersome, especially since there is no one-size-fits-al...86 readspreviews
Aleksander Stojanowskistojanowski.dev·Jul 28, 2024Smart Searchable List in SwiftUIWhile working on some applications, I found myself a few times in the position where I needed to give the user a choice from data that already existed in the application. However, I didn't want to constrain the choice only to already existing data bu...152 readsSwift
Bruno Faganellofaganello.dev.br·Jun 17, 2024Novidades do SwiftData na WWDC 2024Não é segredo para ninguém que eu sou fã do SwiftData pelo simples fato de que sofri muito usando o legado CoreData mas como toda boa tecnologia que é lançada algumas features estavam faltando e após a WWDC de 2024 queria trazer algumas novidades que...78 readsSwift
Bruno Faganellofaganello.dev.br·Nov 8, 2023Guia sobre SwiftData - ModelsO que é o SwiftData Primeiro de tudo é que não podemos confundir o SwiftData com um Banco de Dados, o SwiftData é basicamente um ORM (Mapeamento objeto-relacional (Object–relational mapping)). Para curiosidade dos demais, o banco de dados padrão do i...1 like·60 readsiOS
Kris Slazinskiblog.next-planet.com·Oct 25, 2023Naming conventions - Core Data and SwiftDataIn this article, I will show you what naming conventions I am using for Core Data entities and attributes and how SwiftData changed my approach. I am not saying that this convention is the best one and the one you should use. But I want to tell you w...11 likes·484 readsiOS
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