Skip to content
The Swift Developer

Diary of a Swift addict

  • Home
  • About

Property Wrapper

  • Home
  • Property Wrapper

Customizing Codable with Property Wrappers

Posted by By Mayur April 10, 2022
Conforming to the Codable protocol is the standard way in Swift to decode external formats of data into native Swift model types. If your JSON maps one-to-one with your model…
Read More

Wrapping your head around Property Wrappers

Posted by By Mayur March 6, 2022
Property Wrappers, which were introduced in Swift 5.1, are a layer around instance properties to provide custom logic when accessing them. Before their availability, if we wanted to execute any…
Read More
Recent Posts
  • Customizing Codable with Property Wrappers
  • Wrapping your head around Property Wrappers
  • Generics Part 2 – Type Constraints
  • Generics Part 1 – Functions and Types
  • Forging a Swift Sequence
Subscribe

Enter your email to receive new post notifications!

Archives
  • April 2022
  • March 2022
  • December 2020
  • November 2020
  • September 2020
  • August 2020
Categories
  • Codable
  • Error
  • Generics
  • Property Wrapper
  • Result
  • Swift
  • Swift 5.x
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Pages
  • About
Copyright 2023 — The Swift Developer. All rights reserved.
Scroll to Top