I saw an answer where a user mentioned replacing the CALayer class for a UIView. https://stackoverflow.com/a/17558724/998117
But if I add that property, I get
Auto property synthesis will not synthesize property 'layer'; it will be implemented by its superclass, use @dynamic to acknowledge intention.
How should I be replacing this?