hiroeorz / NowPlayingFriends

"now playing friends" is a one of iPhone application in order to find twitter users who are listening to music same as other twitter users at the same time. (This application uses hash tag "#nowplaying".)Twitterの#nowplaying ハッシュタグを利用して、現在同じ音楽を聴いているユーザを検索、表示するIPhoneアプリケーションです。
http://now-playing-friends.heroku.com/
Other
17 stars 6 forks source link

ミュージックプレーヤの再生ボタンの表示が実際の再生状態を反映していない事が在る。 #40

Open hiroeorz opened 13 years ago

hiroeorz commented 13 years ago

再生中なのに再生を促す画像が表示されてたりする。

hiroeorz commented 13 years ago

原因は、別のビューを開いておいて、メモリが少なくなってviewDidUnloadされた後再度表示すると曲の再生状況に関係なく初期状態でボタン画像を表示しまうため。

viewWillAppearで必ず処理をするように修正した。