Steps to reproduce:
- Open the PaperFold project
- Insert this line in init after the views are setup:
[_paperFoldView setPaperFoldState:PaperFoldStateLeftUnfolded animated:NO];
- Run the app and observe the left view. It is unfolded, as expected.
- Swipe left to fold the left view
- Instead of the left view folding it is simply covered by the center view
If you unfold the left view again and fold it it will work, but the first time it doesn't. This bug only happens if the state is set with animations turned off.
Steps to reproduce:
[_paperFoldView setPaperFoldState:PaperFoldStateLeftUnfolded animated:NO];If you unfold the left view again and fold it it will work, but the first time it doesn't. This bug only happens if the state is set with animations turned off.