On pressing button on ViewControllerB
you should write following code:
(void)buttonPressed
{
[self dismissViewControllerAnimated:NO completion:nil];
}
solved Change ViewController on AlertView click
On pressing button on ViewControllerB
you should write following code:
(void)buttonPressed
{
[self dismissViewControllerAnimated:NO completion:nil];
}
solved Change ViewController on AlertView click