getting the profile with images and so on

This commit is contained in:
Jeena Paradies 2012-10-28 21:21:26 +01:00
parent c66ec0f8e9
commit 4c17a7d019
4 changed files with 58 additions and 30 deletions

View file

@ -23,14 +23,12 @@
- (void)setString:(NSString *)string forKey:(NSString *)aKey
{
NSLog(@"Saving: %@ %@", string, aKey);
[d setObject:string forKey:aKey];
[d synchronize];
}
- (NSString *)stringForKey:(NSString *)aKey
{
NSLog(@"%@", [d objectForKey:aKey]);
return [d objectForKey:aKey];
}