mirror of
https://github.com/ogoguel/activegs-ios.git
synced 2024-10-31 15:05:47 +00:00
fix header positioning on main page
This commit is contained in:
parent
f7e86a312b
commit
ec07237701
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user