Gülenay GülUsing “@Observable” macro instead of ObservableObject and passing multiple objects | SwiftUI #1“@Observable” macro is used in SwiftUI projects because it is easier compared to ObservableObject however you should be careful while using…Nov 13
Omar ElsayedMastering Swift MacroWith the release of Swift 5.9, Apple introduced a new feature called Macros. Macros allow you to generate code at compile time, helping you…Oct 25Oct 25
Can AkyıldızSwift Macros: Detailed & Practical UnderstandingHey guys, today I will be talking about Swift Macros.Dec 15, 2023Dec 15, 2023
Raj AnandBuilding SwiftUI Applications with Swift DataSwift UI is the easiest way to get started Swift DataMay 26May 26
Gülenay GülUsing “@Observable” macro instead of ObservableObject and passing multiple objects | SwiftUI #1“@Observable” macro is used in SwiftUI projects because it is easier compared to ObservableObject however you should be careful while using…Nov 13
Omar ElsayedMastering Swift MacroWith the release of Swift 5.9, Apple introduced a new feature called Macros. Macros allow you to generate code at compile time, helping you…Oct 25
Can AkyıldızSwift Macros: Detailed & Practical UnderstandingHey guys, today I will be talking about Swift Macros.Dec 15, 2023
Raj AnandBuilding SwiftUI Applications with Swift DataSwift UI is the easiest way to get started Swift DataMay 26
Soumya MahuntSupport Swift macros with CocoaPodsGuide to distribute your macros using CocoaPodsJan 29
MEGACreate your first member macro with TDD in iOSWWDC 2023 introduced Swift Macros in Swift 5.9, which has two types: Freestanding and Attached. This article will show you how we have…Feb 13
Taha BebekSwift MacrosSwift Macros allow you to generate repetitive code at compile time, making your app’s codebase easier to read and less tedious to write.Jul 20, 20232