xcode编译报错property follows Cocoa naming convention for returning 'owned' objects
报错原因是属性名以new,copy等关键字开头处理方案:1.Renamingthatproperty:@property(strong,nonatomic)NSString*theNewTitle;2.Keepingthepropertynameandspecifyingagetternamethatdoesn’tbeginwithoneofthespecialmethodnameprefixes