Structures

The following structures are available globally.

  • Customize how diffing is performed

    See more

    Declaration

    Objective-C

    struct IGListAdaptiveDiffingExperimentConfig {}

    Swift

    struct IGListAdaptiveDiffingExperimentConfig
  • Customize how coalescing works to speed up some updates

    See more

    Declaration

    Objective-C

    struct IGListAdaptiveCoalescingExperimentConfig {}

    Swift

    struct IGListAdaptiveCoalescingExperimentConfig
  • The current scrolling traits of the underlying collection view. The attributes are always equal to their corresponding properties on the underlying collection view.

    See more

    Declaration

    Objective-C

    struct IGListCollectionScrollingTraits {}

    Swift

    struct IGListCollectionScrollingTraits