Hi!
I really dislike Interface Builder (some of the reasons include the performance, the limitations with some custom user interfaces, etc.), so I always code my applications without a trace of it. In a non-universal application, all you'd do is delete the line in the Info.plist, the Interface Builder file, and put your App Delegate file name in the main.m
This doesn't seem to work with Universal applications. Putting any of the three App Delegates in the main.m still triggers a black screen.
Is there any way to do away with the main interface builder file in universal applications?
Thanks!
I really dislike Interface Builder (some of the reasons include the performance, the limitations with some custom user interfaces, etc.), so I always code my applications without a trace of it. In a non-universal application, all you'd do is delete the line in the Info.plist, the Interface Builder file, and put your App Delegate file name in the main.m
This doesn't seem to work with Universal applications. Putting any of the three App Delegates in the main.m still triggers a black screen.
Is there any way to do away with the main interface builder file in universal applications?
Thanks!