hi all..i am having problem about modal view..i push a modal view to my navigationController with that code when table view tapped.
and it works fine..i show a video there to the user..and when the video is finished then i want to dismiss it..i use that code for that
and it dismisses it and turns back to mainpage.but in mainpage when i tap any buttons or tableview again the application crashes..why it happens ?
Code:
[[self navigationController] presentModalViewController:mp animated:YES];
Code:
[self dismissModalViewControllerAnimated:NO];