Compartir a través de


UICollectionView.ReloadSections(NSIndexSet) Método

Definición

Vuelve a cargar los datos en las secciones especificadas de UICollectionView.

[Foundation.Export("reloadSections:")]
public virtual void ReloadSections (Foundation.NSIndexSet sections);
abstract member ReloadSections : Foundation.NSIndexSet -> unit
override this.ReloadSections : Foundation.NSIndexSet -> unit

Parámetros

sections
NSIndexSet

Las secciones que se van a volver a cargar.

Atributos

Comentarios

Este método vuelve a cargar todos los elementos dentro de las sectins especificadas. Si estos elementos están visibles, se UICollectionView descartarán y, a continuación, se volverán a mostrar.

Se aplica a

Consulte también