Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The screen rotates date position error. #28

Open
czh0221 opened this issue Apr 7, 2013 · 1 comment
Open

The screen rotates date position error. #28

czh0221 opened this issue Apr 7, 2013 · 1 comment

Comments

@czh0221
Copy link

czh0221 commented Apr 7, 2013

Screen Shot 2013-04-07 at 4 56 22

modify: PMCalendarController.m
Method: adjustCalendarPositionForPermittedArrowDirections
self.calendarView.frame = frm;
to:
CGRect tempFrm = frm;
tempFrm.origin.y=0;

self.calendarView.frame = tempFrm;

But I'm not very clear, whether it will affect the other.

@czh0221
Copy link
Author

czh0221 commented Apr 7, 2013

In addition, there is a small problem, is PMSelectionView background shows in the figure, height is beyond PMCalendarBackgroundView height.
Screen Shot 2013-04-07 at 9 34 18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant