mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +00:00
reload table on customActivtyText change
This commit is contained in:
parent
9ef40a1964
commit
a118c43922
@ -159,6 +159,13 @@
|
|||||||
[self reload];
|
[self reload];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-(void) setCustomActivityText:(NSString*) text{
|
||||||
|
[text retain];
|
||||||
|
[customActivityText release];
|
||||||
|
customActivityText = text;
|
||||||
|
[self reload];
|
||||||
|
}
|
||||||
|
|
||||||
#pragma mark Table view methods
|
#pragma mark Table view methods
|
||||||
|
|
||||||
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section{
|
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user