My doubt is how do i move from one view to another.
I have one storyboard in which i have two view controller (i have just created 2nd view controller by dragging and dropping it). I want to move from one view to another using swipe . For this i have used swipe gesture and dragging its icon to our implementation file(viewController.m)Thereby creating a IBAction.
After that i am not sure what to do so that by 2nd view controller get loaded how to solve this problem and what to write in IBAction method.