Reputation: 4813
I'm trying to test the following code : http://github.com/mobilemelting/nvpolyline. When I run the app, all I get is a black screen. There are only two View Controllers, MainWindow.xib and NVMapViewController.xib.
See my settings for MainWindow.xib in the attached image.
What am I missing ?
Regards, Stephen
Upvotes: 0
Views: 387
Reputation: 44016
If you clone the project, and compile it against the 4.x SDK, it should work - I've just tested it, and it compiles and runs just fine.
If you are getting this problem after changing something, analyse your changes, and work backwards to find out where you introduced the problem.
Upvotes: 1