fix header positioning on main page

This commit is contained in:
Olivier Goguel 2016-03-29 19:09:48 +02:00
parent f7e86a312b
commit ec07237701
1 changed files with 0 additions and 6 deletions

View File

@ -284,12 +284,6 @@
{
CGRect rv2 = [[UIScreen mainScreen] applicationFrame];
if (abs([pManager getAngle])!=90)
{
float t = rv2.size.width;
rv2.size.width = rv2.size.height;
rv2.size.height = t;
}
// Ajuste la barre de navigation
CGRect rc = self.navView.frame;