mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-10 10:21:48 +00:00
reload table on customActivtyText change
This commit is contained in:
parent
9ef40a1964
commit
a118c43922
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user