Hi Folks,
In my App I am working with NSUserDefaults to get the Status from my Game:
f.ex:
Code:
[userSettings setInteger:1 forKey:@"1"];
[userSettings setInteger:0 forKey:@"2"];
Is it possible to loop those "Keys"? and if it is possible, how must the loop look like?
Thanks for any Feedback,
Stefan