point of UIViewController in IB
Posted
by Jonathan
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan
Published on 2010-04-24T18:36:34Z
Indexed on
2010/04/24
18:43 UTC
Read the original article
Hit count: 201
What exactly is the point of adding a UIViewController in IB? There is no way to add code like you can if you create a viewController in Xcode? And if you can what is the advantage of doing it in IB.
And isn't the whole point of a MVC to seperate code into "modular" parts so why would add a ViewController in IB
© Stack Overflow or respective owner