There are two lines in the AFOpenFlow library that say the coverflow is in the middle of your iPhone - screen:
CGPoint Notepation; Newposition.x = SemiconductorWith + aCover.horizontalPosition; Newposition.y = Half screenhit + aCover.verticalPosition;
But how can I change this line, that the cover flow in the higher class of the screen?
Marco
I do not know AFOpenFlow but here on the center of the math screen The scene related is set to middle. If you only want to take half of your screen size, you also need to change its height. It will be like this:
[Updated Code]
CGSize New Size = CGSizeMake (Screenshoot, Skycrawight / 2); CGPoint newCenterPosition = CGPointMake (half-screenwidth + aCover.horizontalPosition, half screenhit / 2 + aCover.verticalPosition) aCover.bounds = CGRectMake (newCenterPosition.x, newCenterPosition.y, newSize.width, newSize.height);
Comments
Post a Comment