Created
June 3, 2013 09:56
-
-
Save corinnekrych/5697216 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ([self.task objectForKey:@"project"] != nil) { | |
//dateCell.textLabel.text = [self.task objectForKey:@"project"]; | |
dateCell.textLabel.text = [NSString stringWithFormat:@"Poject %@", [self.task objectForKey:@"project"]]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dateCell.textLabel.text = [[self.task objectForKey:@"project"] stringValue];