Nesting Property Wrappers in Swift

You can nest property wrapers in Swift, but it’s difficult. NSHipster has a great article about all things property wrappers, and the summary of trying to compose them (which others have echoed) is that it’s hard and prone to compiler errors… Read more

Similar