You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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...
The text was updated successfully, but these errors were encountered: