Every new project I create in new XCode 5 using Single View or Master View templates are giving me error:
Application windows are expected to have a root view controller at the end of application launch
But error occurs only when objects such as UIView are added to classes. I do everything as always: initialize objects in .h file, create properties and synthesize in .m - but error does not go away.
Here is demo.