(I searched but could not find any working solution)
I have created 5 Xib's which are representing different screens of my application. Now I want to add navigation in my application so that user can go back and forth. I also want to pass data between view controllers. I have done this before, usinig Storyboard that was simple. But i do not have any idea how to do it with Xib.
I am using xcode 7.3 and swift 2.0
Proper guidelines will be highly appreciated thanks.
Try this. It may help you.
AppDelegate.swift
Then when you want to push the other view controller , simple use following code to move to another view controller.