If I use the interface in IB , do I always need a UIViewController base or can I just go to UIView ?
I am currently doing all my development in obj-c , which makes the work more busy.
If I need to use a UIViewController , one way or another, to disconnect a UIView from it, if that's all I want?
I just want to pull static layouts from XIB instead of XIB them to obj-c .
Any suggestions are welcome!
source share