I have created a music application in iphone .
The App crashes if i keep on switching between the tabs while the song is playing.
How can i solve this problem .Please anybody help me regarding this problem
I have created a music application in iphone . The App crashes if i
Share
Generally such kind of issues are memory related…….just check whether ur releasing the objects at proper place or not..
Other u can put some code snippet to have a look so that we can know actually what’s happening with your code..