Tim Kranen
Tim Kranen

Reputation: 4222

Standard show segue animation

I'm pretty new to iOS and created a standard show detail segue. Now it works but the result is a bit choppy. I navigate from a UITableViewController to a ViewController but the animation kind of just 'keeps hanging' half way trough.

I've tried making a screen cap of it:

enter image description here

But since the capturing software is also a bit crappy the entire .gif is choppy.

The choppiness occurs about halfway trough the animation and continues just a moment after. Is this standard behavior? Or am I doing something wrong?

The navigation is as follows:

From UITableViewController - Show (e.g. push) segue -> UIViewController

Upvotes: 0

Views: 187

Answers (1)

4esterUA
4esterUA

Reputation: 285

Looks same as in this question While pushing a viewcontroller there is a jerk in animation Unfortunately, it not solved yet. Pretty sure this can be simulator issue\bug. I had same issue with collectionView scrolling (lags on simulator) but it works well on device (even on slow one).

Upvotes: 1

Related Questions