I have just converted my project to ARC using the automatic conversation tool but none of the properties were converted to strong, just left (nonatomic)?
I have been following this tutorial and it says all the properties should be (strong, nonatomic)
Any ideas?
With ARC enabled, properties default to
strong:From here