-
Notifications
You must be signed in to change notification settings - Fork 37
iOS 10 rotation issue #6
Comments
Thank you @akotulu for reporting. I haven't tried it in landscape mode. I am not sure how to tackle the problem, to be honest. Cards are a good option in portrait mode, making them wider and shorter for landscape mode... I don't really like it. I have seen iOS10 ipad takes the card to the right side, keeping its ratio (height/width). |
I made a video, this happens all the time if you have custom table view cell with constraints. |
I think you are misusing the control. Can you turn on slow animations on the simulator (cmd + t) and record another video? Can I see the code for |
Ok, set the |
This is weird.. the |
I haven't changed this property and delegate is called. Forced it to true, but nothing changed.
|
Hi also had an issue where it would always show the the image of the first transition. I was keeping a strong reference to a CardStackController. After I started instantiating a new instance, instead of reusing the same, the problem went away. Thank you for this great framework 🥇 very clean api, super simple, saved me hours. |
When rotating to landscape, card will be show as in portrait. After closing the opened card, new one opens in correct orientation. Same goes when rotating back to portrait. First card is always messed up.
Also when I open cards on different view controller, it shows the last image of it not the current one.
The text was updated successfully, but these errors were encountered: