Ok this is an easy one for most of you and a pretty basic question, but I quite don't get the full concept yet .
I've got a window based application, it contains 2 views, so far so good, everything is working but now I`m trying to do a modalTransition, which requires a ViewController ( which I don't have ) . What is the best way to attach a ViewController to one of those existing views in my Window so I can start playing with ModalTransitions ?
Thanks !