Changeset 514
- Timestamp:
- 08/17/09 15:18:45 (4 years ago)
- Location:
- apps/iphone/superbook/trunk/Classes
- Files:
-
- 2 modified
-
NaptrViewController.h (modified) (1 diff)
-
NaptrViewController.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/superbook/trunk/Classes/NaptrViewController.h
r510 r514 92 92 @property (nonatomic, retain) NSString *displayName; 93 93 @property (nonatomic, retain) NSMutableString *cleanTelName; 94 @property (nonatomic, retain) NSString *headerText;94 @property (nonatomic, copy) NSString *headerText; 95 95 @property (nonatomic, retain) NSMutableArray *naptrArray; 96 96 @property (nonatomic, retain) NSMutableArray *txtArray; -
apps/iphone/superbook/trunk/Classes/NaptrViewController.m
r510 r514 543 543 self.navigationItem.title = self.displayName; 544 544 } 545 self.headerText = [NSString stringWithString:_headerText];545 self.headerText = _headerText; 546 546 [self.theTable performSelectorOnMainThread:@selector(reloadData) withObject:nil waitUntilDone:YES]; 547 547 }








