UICollectionView.PerformBatchUpdates(Action, UICompletionHandler) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies and simultaneously animates multiple manipulations of the UICollectionView.
[Foundation.Export("performBatchUpdates:completion:")]
public virtual void PerformBatchUpdates (Action updates, UIKit.UICompletionHandler completed);
abstract member PerformBatchUpdates : Action * UIKit.UICompletionHandler -> unit
override this.PerformBatchUpdates : Action * UIKit.UICompletionHandler -> unit
Parameters
- completed
- UICompletionHandler
The callback to invoke when the animations have completed.
This parameter can be null
.
- Attributes