getting the profile with images and so on
This commit is contained in:
parent
c66ec0f8e9
commit
4c17a7d019
4 changed files with 58 additions and 30 deletions
|
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue