gaurence

Results 1 issues of gaurence

the method moveHorizontallyToLocation in SlideNavtivationController.m if (SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(@"8.0")) { rect.origin.x = location; rect.origin.y = 0; } else { if (UIDeviceOrientationIsLandscape(orientation)) { rect.origin.x = 0; rect.origin.y = (orientation == UIDeviceOrientationLandscapeRight) ? location...