|
@@ -66,7 +66,7 @@
|
|
|
[super didRotateFromInterfaceOrientation:fromInterfaceOrientation];
|
|
[super didRotateFromInterfaceOrientation:fromInterfaceOrientation];
|
|
|
CGRect rect=self.view.bounds;
|
|
CGRect rect=self.view.bounds;
|
|
|
|
|
|
|
|
- DebugLog(NSStringFromCGRect(self.focusZone.frame));
|
|
|
|
|
|
|
+ DebugLog(@"%@",NSStringFromCGRect(self.focusZone.frame));
|
|
|
// rect.origin.y=rect.origin.y+40;
|
|
// rect.origin.y=rect.origin.y+40;
|
|
|
// rect.size.height = rect.size.height-40;
|
|
// rect.size.height = rect.size.height-40;
|
|
|
|
|
|