-
Notifications
You must be signed in to change notification settings - Fork 811
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
Layout weekly not correct on the iPad #1334
Comments
is your calendar fully setup with constraints with zero errors? |
Yes, no errors. On iPhone works well, on iPad I don't know why there is this problem. |
hmm.. you have to give me a minimal project example that replicates this issue. |
OK.
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Required) Version Number: 8.0.2
I used the JTAppleCalendar for my iPhone app. I need a weekly view, nothing more.
Now that I'm developing the iPad version of the same app, I'm taking advantage of the same class I have on the iPhone with the same features, just enhancing the layout with a second storyboard.
I simply reproduce what I have on Main.storyboard on the Main_iPad.storyboard version, reading the same classes with the same functions but arranging the objects differently.
If the same weekly collection in the iPhone storyboard works correctly (I attach image), if I set the contraist of its size on the iPad storyboard, it does not behave correctly.
If I change orientation, even worse.
I just want it to show 7 days and for the cells to change their width to fit the width of the superview, like a simple collection.
Steps To Reproduce
Expected Behavior
Additional Context
The text was updated successfully, but these errors were encountered: