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
// If user is performing this in a `UIView.performWithoutAnimation` block, respect that and don't animate, regardless of what the animated parameter is.
/// `preparePresentationStateForScroll(to:)` is asynchronous in some
@@ -557,9 +560,6 @@ public final class ListView : UIView
557
560
return
558
561
}
559
562
560
-
// If user is performing this in a `UIView.performWithoutAnimation` block, respect that and don't animate, regardless of what the animated parameter is.
// If user is performing this in a `UIView.performWithoutAnimation` block, respect that and don't animate, regardless of what the animated parameter is.
@@ -708,6 +711,9 @@ public final class ListView : UIView
708
711
returnfalse
709
712
}
710
713
714
+
// If user is performing this in a `UIView.performWithoutAnimation` block, respect that and don't animate, regardless of what the animated parameter is.
@@ -1274,6 +1280,9 @@ public final class ListView : UIView
1274
1280
return
1275
1281
}
1276
1282
1283
+
// If user is performing this in a `UIView.performWithoutAnimation` block, respect that and don't animate, regardless of what the animated parameter is.
0 commit comments