reload table on customActivtyText change

This commit is contained in:
matthias.ringwald 2010-04-25 18:57:57 +00:00
parent 9ef40a1964
commit a118c43922

View File

@ -159,6 +159,13 @@
[self reload];
}
-(void) setCustomActivityText:(NSString*) text{
[text retain];
[customActivityText release];
customActivityText = text;
[self reload];
}
#pragma mark Table view methods
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section{