tags:

views:

96

answers:

1

application get crashed while invoking [self.view popViewController animated:YES], any reason why this happens ?????

A: 

If you have push any viewcontroller then only u can pop the controller.

There may be a some problem in viewWillAppear method of the pop controller.

Reena