honcheng / PaperFold-for-iOS

Paper folding animation for iOS
Other
2.7k stars 399 forks source link

Unfold View Blank when using ContainerViews #36

Closed Sam-Spencer closed 11 years ago

Sam-Spencer commented 11 years ago

When using container views to unfold to the left or right view, everything folds and sizes properly, however the content from the UIContainerView is blank. Is there any way to use UIContainerViews or will there be an update for those in the future?

honcheng commented 11 years ago

this is solved?

Sam-Spencer commented 11 years ago

We managed to solve the problem by moving the UIContainerViews inside and behind the main PaperFoldView. There are still issues with sizing when dragging to unfold the right side (a silver / black rectangle appears over a gray background next to the view), however, we believe that is a problem on our side and not with this library.

honcheng commented 11 years ago

Ok. Thanks.

I think you mean the NavDemo project right? I've renamed ContainmentView to NavDemo, because that demo doesn't use containment view. Hope you r using the latest branch.

It's the same code though, just renamed the files.

Sent from my iPad

On 7 Dec, 2012, at 10:46 AM, iRare Media notifications@github.com wrote:

We managed to solve the problem by moving the UIContainerViews inside and behind the main PaperFoldView. There are still issues with sizing when dragging to unfold the right side (a silver / black rectangle appears over a gray background next to the view), however, we believe that is a problem on our side and not with this library.

— Reply to this email directly or view it on GitHub.