adessoTurkey / ios-boilerplate

iOS boilerplate app that showcases architecture and libraries used at adesso Turkey
45 stars 5 forks source link

Swift Macros Migration #79

Open bahaadesso opened 11 months ago

bahaadesso commented 11 months ago

Describe the solution you'd like Using swift Macros instead of extension files for using latest swift improvements. https://docs.swift.org/swift-book/documentation/the-swift-programming-language/macros/ We can create our own macros such as uicollectionview and uitableview components or creating structs.