Hi,
I have an app that works fine in OS 3.*...
However, in OS 4, this line of code doesn't seem to work.
[window addSubview:[mainViewController view]];
Is there a different way to add a view to window in OS 4?
Or is it even the wrong way to add a view even on OS 3.*?
Thanks,
Tee