Skip to content

Commit

Permalink
TestApp: volume controller calls super view will appear
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoody committed Jan 12, 2017
1 parent f10786c commit 451a5c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TestApp/App/Misc/VolumeController.m
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ - (void)observeValueForKeyPath:(NSString *)keyPath
- (void)viewWillAppear:(BOOL)animated {
self.currentVolume.text = [NSString stringWithFormat:@"%@",
@(self.session.outputVolume)];
[super viewWillAppear:animated];
}

@end

0 comments on commit 451a5c2

Please sign in to comment.