Поделиться через


UICollectionView.PerformBatchUpdates(Action, UICompletionHandler) Метод

Определение

Применяет и одновременно анимирует несколько манипуляций 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

Параметры

updates
Action

Делегат Action , указывающий применяемые обновления.

completed
UICompletionHandler

Обратный вызов, вызываемый после завершения анимации.

Этот параметр может иметь значение null.

Атрибуты

Применяется к