Quantcast
Channel: スマートフォン・携帯電話・VRの質問一覧
Viewing all articles
Browse latest Browse all 98464

NSTimerでカウントダウンで音楽を停止する。

$
0
0
Xcodeで iPhoneアプリ作りに奮闘している初心者です。 NSTimerでカウントダウンタイマーを設定しましたが、タイマー終了とともに BGM音楽を停止したいのですが、.p ファイルに #import と追加して、.m ファイルに タイマー終了時にイベントとして、 if (RestTime == 0) { timeflag = false; NSString *bgmPath = [[NSBundle mainBundle] pathForResource:@"…

Viewing all articles
Browse latest Browse all 98464

Trending Articles