1
votes
votes
1 answers
What does the @synthesize marker represent in Objective-C?
What does the @synthesize accessor marker mean in objective-c? Is this for sychronization reasons?
blah blah blah is here! blah blah » Close
What does the @synthesize accessor marker mean in objective-c? Is this for sychronization reasons?
I know you can use ApplicationSettings to store settings for applications, but is there a way to do something more like this? I have an object: [code] public class MyObject { public bool MyBoolean; } [/code] Suppose I have ...
Got feedack? Found a bug? report it here.