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

delay on device #14

Open
zigzagg16 opened this issue Mar 1, 2013 · 1 comment
Open

delay on device #14

zigzagg16 opened this issue Mar 1, 2013 · 1 comment

Comments

@zigzagg16
Copy link

Hi all,
I'm having a strange issue. In the simulator, no delay to push a view controller.
But on the device, there's a delay of 1 to 2 seconds before the animation starts.. (i0S 6.1.2, iPhone 5)

Here's the code i'm using :

[self.navigationController pushViewController:VC foldStyle:MPFoldStyleUnfold];

Any ideas why i have a delay on the device ?
I really want to use this library in my project, but i can't deliver it with this delay...

@mRs-
Copy link

mRs- commented May 6, 2013

maybe you are loading several stuff on the main thread and it's blocking the foldstyle animation.

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

2 participants