How to customise the Read More option in WordPress (inline and in code)
How to fix “property’s synthesized getter follows Cocoa naming convention for returning ‘owned’ objects”
Today Xcode surprised me with an error message I hadn’t heard before: property’s synthesized getter follows Cocoa naming convention for returning ‘owned’ objects. At first I thought, “isn’t that a good thing?”, and after checking how I had defined a new property I was clueless why this was happening: @property (nonatomic, strong) Phrase *newPhrase; What […]