views:

50

answers:

0

I am getting the following error on pre-iOS 4.0 builds:

The 'rootViewController' outlet of UIWindow is not available on releases prior to iOS 4.0. Remove the connection and instead programmatically add the view controller's view to the window after the application finishes launching.

How and where do I do this programmatically?