@@ -30,6 +30,8 @@
}
- (void)willActivate {
+ [self.playNowButton setTitle:NSLocalizedString(@"Play now", nil)];
+ [self setTitle:NSLocalizedString(@"DETAIL", nil)];
// This method is called when watch view controller is about to be visible to user
[super willActivate];
@@ -33,6 +33,8 @@
+ [self setTitle:NSLocalizedString(@"PLAYING", nil)];
+
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(requestNowPlayingInfo) name:@"nowPlayingInfoUpdate" object:nil];
[self requestNowPlayingInfo];