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
* @param animated Animation is optional, but will still proceed through your `animateLayoutTransition` implementation with `isAnimated == NO`.
754
754
* @param shouldMeasureAsync Measure the layout asynchronously.
755
-
* @param measurementCompletion Optional completion block called only if a new layout is calculated.
755
+
* @param completion Optional completion block called only if a new layout is calculated.
756
756
* It is called on main, right after the measurement and before -animateLayoutTransition:.
757
757
*
758
758
* @discussion If the passed constrainedSize is the the same as the node's current constrained size, this method is noop. If passed YES to shouldMeasureAsync it's guaranteed that measurement is happening on a background thread, otherwise measaurement will happen on the thread that the method was called on. The measurementCompletion callback is always called on the main thread right after the measurement and before -animateLayoutTransition:.
0 commit comments