IGListKit Docs (96% documented)

View on GitHub

IGListKit Reference IGListDiffOption Enumeration Reference

IGListDiffOption

enum IGListDiffOption {}

An option for how to do comparisons between similar objects.

  • IGListDiffPointerPersonality

    Compare objects using pointer personality.

    Declaration

    Objective-C

    IGListDiffPointerPersonality

    Swift

    case pointerPersonality = 0
  • IGListDiffEquality

    Compare objects using -[IGListDiffable isEqualToDiffableObject:].

    Declaration

    Objective-C

    IGListDiffEquality

    Swift

    case equality = 1
  • Guides
    • Best Practices and FAQ
    • Getting Started
    • IGListDiffable and Equality
    • Installation
    • Migration
    • Modeling and Binding
    • VISION
    • Working with Core Data
    • Working with UICollectionView
  • Classes
    • IGListAdapter
    • IGListAdapterUpdater
    • IGListBatchUpdateData
    • IGListBindingSectionController
    • IGListCollectionViewLayout
    • IGListGenericSectionController
    • IGListIndexPathResult
    • IGListIndexSetResult
    • IGListMoveIndex
    • IGListMoveIndexPath
    • IGListReloadDataUpdater
    • IGListSectionController
    • IGListSingleSectionController
    • IGListStackedSectionController
  • Constants
    • IGListKitVersionNumber
    • IGListKitVersionString
  • Enumerations
    • IGListAdapterUpdateType
    • IGListDiffOption
    • IGListExperiment
  • Protocols
    • IGListAdapterDataSource
    • IGListAdapterDelegate
    • IGListAdapterUpdateListener
    • IGListAdapterUpdaterDelegate
    • IGListBatchContext
    • IGListBindable
    • IGListBindingSectionControllerDataSource
    • IGListBindingSectionControllerSelectionDelegate
    • IGListCollectionContext
    • IGListDiffable
    • IGListDisplayDelegate
    • IGListScrollDelegate
    • IGListSingleSectionControllerDelegate
    • IGListSupplementaryViewSource
    • IGListUpdatingDelegate
    • IGListWorkingRangeDelegate
  • Type Definitions
    • IGListItemUpdateBlock
    • IGListObjectTransitionBlock
    • IGListReloadUpdateBlock
    • IGListSingleSectionCellConfigureBlock
    • IGListSingleSectionCellSizeBlock
    • IGListUpdaterCompletion
    • IGListUpdatingCompletion
  • Functions
    • IGListDiff
    • IGListDiffExperiment
    • IGListDiffPaths
    • IGListDiffPathsExperiment
    • IGListExperimentEnabled

© 2017 Instagram. All rights reserved. (Last updated: 2017-12-06)

Generated by jazzy ♪♫ v0.9.0, a Realm project.