[ios] Closed #355 - gray area on iOS 5

This commit is contained in:
Alex Zolotarev 2011-10-14 21:42:08 +03:00 committed by Alex Zolotarev
parent b060baa2a4
commit 5e141ce070

View file

@ -33,7 +33,7 @@
{
[Preferences setup];
[m_window addSubview:m_mapViewController.view];
[m_window addSubview:m_navigationController.view];
[m_window makeKeyAndVisible];
}