i've external xib which is embeded in my uiscrollview in storyboard. In xib, i've a uibutton which needs to push another viewcontroller but its not working
[self presentViewController:revealController animated:YES completion:nil];
OR
[self.navigationController pushViewController:punchVC animated:YES]
both are not working, any idea?