Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

erdinc27

macrumors regular
Original poster
Jul 20, 2011
168
1
hi all..i am having problem about modal view..i push a modal view to my navigationController with that code when table view tapped.
Code:
[[self navigationController] presentModalViewController:mp animated:YES];
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
Code:
[self dismissModalViewControllerAnimated:NO];
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 ?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.