別のシングルトン クラスによって生成されたUISliderに従ってを更新したい。notification
sondDuration=audioPlayer.currentItem.asset.duration;
songDurationinSeconds=CMTimeGetSeconds(sondDuration);
[NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(updateTime:) userInfo:nil repeats:YES];
これが私の通知世代です。
UISliderこれによると、別の方法で更新する方法をViewController教えてください。