float seconds = audioPlayer.currentTime;
if ((seconds = 11)){
[self performSelector:@selector(viewController) withObject:nil];
} else {
if ((seconds = 23)){
[self performSelector:@selector(secondViewController) withObject:nil];
} else {
}
Anyidea how to fix this message in blue when i just want to see if audioplayer current playback time is 11 then do this or 23 then do that
It’s probably late and you only need a second pair of eyes, happens all the time 🙂 Try this: