I think many developer have tried this, how to make MainStoryBoard
to load many UIViewController
with xib or use NIB method, there is the explaination :
- I have one
MainStoryBoard
and connected with class ViewController that useUIViewController
- I have
LoginViewController
,HomeViewController
also each .xib file - The problem is i want separate each logical code at each controller but i addSubview to
MainStoryBoard
exp:LoginViewController.xib
the logical atLoginViewController.swift
from there i want got toHomeViewController
when loged in ...can anyone solve that's problem ?