2016-09-07 22:37:59 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > Functions Reference< / title >
< link rel = "stylesheet" type = "text/css" href = "css/jazzy.css" / >
< link rel = "stylesheet" type = "text/css" href = "css/highlight.css" / >
< meta charset = 'utf-8' >
< script src = "js/jquery.min.js" defer > < / script >
< script src = "js/jazzy.js" defer > < / script >
2021-10-28 22:47:52 +00:00
< script src = "js/lunr.min.js" defer > < / script >
< script src = "js/typeahead.jquery.js" defer > < / script >
< script src = "js/jazzy.search.js" defer > < / script >
2016-09-07 22:37:59 +00:00
< / head >
< body >
2019-11-21 00:20:23 +00:00
< a name = "//apple_ref/objc/Section/Functions" class = "dashAnchor" > < / a >
2016-09-07 22:37:59 +00:00
< a title = "Functions Reference" > < / a >
< header >
< div class = "content-wrapper" >
2024-05-13 04:14:35 +00:00
< p > < a href = "index.html" > IGListKit 4.1.0 Docs< / a > (96% documented)< / p >
2023-04-07 07:23:43 +00:00
< p class = "header-right" > < a href = "https://github.com/Instagram/IGListKit" > < img src = "img/gh.png" alt = "GitHub" / > View on GitHub< / a > < / p >
< div class = "header-right" >
2021-10-28 22:47:52 +00:00
< form role = "search" action = "search.json" >
< input type = "text" placeholder = "Search documentation" data-typeahead >
< / form >
2023-04-07 07:23:43 +00:00
< / div >
2016-09-07 22:37:59 +00:00
< / div >
< / header >
< div class = "content-wrapper" >
< p id = "breadcrumbs" >
2024-05-13 04:14:35 +00:00
< a href = "index.html" > IGListKit< / a >
2023-04-07 07:23:43 +00:00
< img id = "carat" src = "img/carat.png" alt = "" / >
2016-09-07 22:37:59 +00:00
Functions Reference
< / p >
< / div >
< div class = "content-wrapper" >
< nav class = "sidebar" >
< ul class = "nav-groups" >
2016-11-23 20:42:52 +00:00
< li class = "nav-group-name" >
< a href = "Guides.html" > Guides< / a >
< ul class = "nav-group-tasks" >
2017-05-12 14:19:12 +00:00
< li class = "nav-group-task" >
< a href = "best-practices-and-faq.html" > Best Practices and FAQ< / a >
< / li >
2018-04-23 16:27:43 +00:00
< li class = "nav-group-task" >
2019-11-21 00:20:23 +00:00
< a href = "generating-your-models-using-remodel.html" > Generating your models using remodel< / a >
2018-04-23 16:27:43 +00:00
< / li >
2016-11-23 20:42:52 +00:00
< li class = "nav-group-task" >
< a href = "getting-started.html" > Getting Started< / a >
< / li >
2016-11-28 00:53:20 +00:00
< li class = "nav-group-task" >
< a href = "iglistdiffable-and-equality.html" > IGListDiffable and Equality< / a >
< / li >
2016-12-27 20:37:57 +00:00
< li class = "nav-group-task" >
< a href = "installation.html" > Installation< / a >
< / li >
2016-11-23 20:42:52 +00:00
< li class = "nav-group-task" >
< a href = "migration.html" > Migration< / a >
< / li >
2017-08-23 21:12:05 +00:00
< li class = "nav-group-task" >
< a href = "modeling-and-binding.html" > Modeling and Binding< / a >
< / li >
2017-05-12 14:19:12 +00:00
< li class = "nav-group-task" >
< a href = "vision.html" > VISION< / a >
< / li >
< li class = "nav-group-task" >
< a href = "working-with-core-data.html" > Working with Core Data< / a >
< / li >
< li class = "nav-group-task" >
< a href = "working-with-uicollectionview.html" > Working with UICollectionView< / a >
< / li >
2016-11-23 20:42:52 +00:00
< / ul >
< / li >
2016-09-07 22:37:59 +00:00
< li class = "nav-group-name" >
< a href = "Classes.html" > Classes< / a >
< ul class = "nav-group-tasks" >
< li class = "nav-group-task" >
< a href = "Classes/IGListAdapter.html" > IGListAdapter< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes/IGListAdapterUpdater.html" > IGListAdapterUpdater< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes/IGListBatchUpdateData.html" > IGListBatchUpdateData< / a >
< / li >
< li class = "nav-group-task" >
2017-05-12 14:19:12 +00:00
< a href = "Classes/IGListBindingSectionController.html" > IGListBindingSectionController< / a >
< / li >
2024-05-13 04:14:35 +00:00
< li class = "nav-group-task" >
< a href = "Classes/IGListBindingSingleSectionController.html" > IGListBindingSingleSectionController< / a >
< / li >
2018-02-06 23:42:25 +00:00
< li class = "nav-group-task" >
< a href = "Classes/IGListCollectionView.html" > IGListCollectionView< / a >
< / li >
2017-05-12 14:19:12 +00:00
< li class = "nav-group-task" >
< a href = "Classes/IGListCollectionViewLayout.html" > IGListCollectionViewLayout< / a >
2016-09-07 22:37:59 +00:00
< / li >
2016-11-22 07:18:30 +00:00
< li class = "nav-group-task" >
2017-05-12 14:19:12 +00:00
< a href = "Classes/IGListGenericSectionController.html" > IGListGenericSectionController< / a >
2016-11-22 07:18:30 +00:00
< / li >
2016-09-07 22:37:59 +00:00
< li class = "nav-group-task" >
< a href = "Classes/IGListIndexPathResult.html" > IGListIndexPathResult< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes/IGListIndexSetResult.html" > IGListIndexSetResult< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes/IGListMoveIndex.html" > IGListMoveIndex< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes/IGListMoveIndexPath.html" > IGListMoveIndexPath< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes.html#/c:objc(cs)IGListReloadDataUpdater" > IGListReloadDataUpdater< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes/IGListSectionController.html" > IGListSectionController< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes/IGListSingleSectionController.html" > IGListSingleSectionController< / a >
< / li >
2023-04-07 07:23:43 +00:00
< li class = "nav-group-task" >
< a href = "Classes/IGListTransitionData.html" > IGListTransitionData< / a >
< / li >
2016-09-07 22:37:59 +00:00
< / ul >
< / li >
< li class = "nav-group-name" >
< a href = "Constants.html" > Constants< / a >
< ul class = "nav-group-tasks" >
< li class = "nav-group-task" >
< a href = "Constants.html#/c:@IGListKitVersionNumber" > IGListKitVersionNumber< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Constants.html#/c:@IGListKitVersionString" > IGListKitVersionString< / a >
< / li >
< / ul >
< / li >
< li class = "nav-group-name" >
2018-02-06 23:42:25 +00:00
< a href = "Enums.html" > Enumerations< / a >
2016-09-07 22:37:59 +00:00
< ul class = "nav-group-tasks" >
2018-02-06 23:42:25 +00:00
< li class = "nav-group-task" >
< a href = "Enums/IGListAdapterUpdateType.html" > IGListAdapterUpdateType< / a >
< / li >
2016-09-07 22:37:59 +00:00
< li class = "nav-group-task" >
< a href = "Enums/IGListDiffOption.html" > IGListDiffOption< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Enums/IGListExperiment.html" > IGListExperiment< / a >
< / li >
< / ul >
< / li >
< li class = "nav-group-name" >
< a href = "Protocols.html" > Protocols< / a >
< ul class = "nav-group-tasks" >
< li class = "nav-group-task" >
< a href = "Protocols/IGListAdapterDataSource.html" > IGListAdapterDataSource< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Protocols/IGListAdapterDelegate.html" > IGListAdapterDelegate< / a >
< / li >
2018-04-23 16:27:43 +00:00
< li class = "nav-group-task" >
< a href = "Protocols/IGListAdapterMoveDelegate.html" > IGListAdapterMoveDelegate< / a >
< / li >
2019-11-21 00:20:23 +00:00
< li class = "nav-group-task" >
< a href = "Protocols/IGListAdapterPerformanceDelegate.html" > IGListAdapterPerformanceDelegate< / a >
< / li >
2018-02-06 23:42:25 +00:00
< li class = "nav-group-task" >
< a href = "Protocols/IGListAdapterUpdateListener.html" > IGListAdapterUpdateListener< / a >
< / li >
2016-09-07 22:37:59 +00:00
< li class = "nav-group-task" >
< a href = "Protocols/IGListAdapterUpdaterDelegate.html" > IGListAdapterUpdaterDelegate< / a >
< / li >
2017-05-12 14:19:12 +00:00
< li class = "nav-group-task" >
< a href = "Protocols/IGListBatchContext.html" > IGListBatchContext< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Protocols/IGListBindable.html" > IGListBindable< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Protocols/IGListBindingSectionControllerDataSource.html" > IGListBindingSectionControllerDataSource< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Protocols/IGListBindingSectionControllerSelectionDelegate.html" > IGListBindingSectionControllerSelectionDelegate< / a >
< / li >
2016-09-07 22:37:59 +00:00
< li class = "nav-group-task" >
< a href = "Protocols/IGListCollectionContext.html" > IGListCollectionContext< / a >
< / li >
2018-02-06 23:42:25 +00:00
< li class = "nav-group-task" >
< a href = "Protocols/IGListCollectionViewDelegateLayout.html" > IGListCollectionViewDelegateLayout< / a >
< / li >
2019-11-21 00:20:23 +00:00
< li class = "nav-group-task" >
< a href = "Protocols/IGListCollectionViewLayoutCompatible.html" > IGListCollectionViewLayoutCompatible< / a >
< / li >
2016-09-07 22:37:59 +00:00
< li class = "nav-group-task" >
< a href = "Protocols/IGListDiffable.html" > IGListDiffable< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Protocols/IGListDisplayDelegate.html" > IGListDisplayDelegate< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Protocols/IGListScrollDelegate.html" > IGListScrollDelegate< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Protocols/IGListSingleSectionControllerDelegate.html" > IGListSingleSectionControllerDelegate< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Protocols/IGListSupplementaryViewSource.html" > IGListSupplementaryViewSource< / a >
< / li >
2018-02-06 23:42:25 +00:00
< li class = "nav-group-task" >
< a href = "Protocols/IGListTransitionDelegate.html" > IGListTransitionDelegate< / a >
< / li >
2016-09-07 22:37:59 +00:00
< li class = "nav-group-task" >
< a href = "Protocols/IGListUpdatingDelegate.html" > IGListUpdatingDelegate< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Protocols/IGListWorkingRangeDelegate.html" > IGListWorkingRangeDelegate< / a >
< / li >
< / ul >
< / li >
< li class = "nav-group-name" >
2019-11-21 00:20:23 +00:00
< a href = "Type%20Definitions.html" > Type Definitions< / a >
2016-09-07 22:37:59 +00:00
< ul class = "nav-group-tasks" >
< li class = "nav-group-task" >
2019-11-21 00:20:23 +00:00
< a href = "Type%20Definitions/IGListCollectionScrollingTraits.html" > IGListCollectionScrollingTraits< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Type%20Definitions.html#/c:IGListUpdatingDelegate.h@T@IGListCollectionViewBlock" > IGListCollectionViewBlock< / a >
2016-09-07 22:37:59 +00:00
< / li >
2021-10-28 22:47:52 +00:00
< li class = "nav-group-task" >
< a href = "Type%20Definitions.html#/c:IGListUpdatingDelegate.h@T@IGListDataSourceChangeBlock" > IGListDataSourceChangeBlock< / a >
< / li >
2016-09-07 22:37:59 +00:00
< li class = "nav-group-task" >
2019-11-21 00:20:23 +00:00
< a href = "Type%20Definitions.html#/c:IGListUpdatingDelegate.h@T@IGListItemUpdateBlock" > IGListItemUpdateBlock< / a >
2016-09-07 22:37:59 +00:00
< / li >
< li class = "nav-group-task" >
2019-11-21 00:20:23 +00:00
< a href = "Type%20Definitions.html#/c:IGListUpdatingDelegate.h@T@IGListObjectTransitionBlock" > IGListObjectTransitionBlock< / a >
2016-09-07 22:37:59 +00:00
< / li >
2016-11-21 23:36:26 +00:00
< li class = "nav-group-task" >
2019-11-21 00:20:23 +00:00
< a href = "Type%20Definitions.html#/c:IGListUpdatingDelegate.h@T@IGListReloadUpdateBlock" > IGListReloadUpdateBlock< / a >
2016-11-21 23:36:26 +00:00
< / li >
< li class = "nav-group-task" >
2019-11-21 00:20:23 +00:00
< a href = "Type%20Definitions.html#/c:IGListSingleSectionController.h@T@IGListSingleSectionCellConfigureBlock" > IGListSingleSectionCellConfigureBlock< / a >
2016-11-21 23:36:26 +00:00
< / li >
2018-05-01 23:54:35 +00:00
< li class = "nav-group-task" >
2019-11-21 00:20:23 +00:00
< a href = "Type%20Definitions.html#/c:IGListSingleSectionController.h@T@IGListSingleSectionCellSizeBlock" > IGListSingleSectionCellSizeBlock< / a >
2018-05-01 23:54:35 +00:00
< / li >
2016-09-07 22:37:59 +00:00
< li class = "nav-group-task" >
2019-11-21 00:20:23 +00:00
< a href = "Type%20Definitions.html#/c:IGListUpdatingDelegate.h@T@IGListToObjectBlock" > IGListToObjectBlock< / a >
2016-09-07 22:37:59 +00:00
< / li >
2021-10-28 22:47:52 +00:00
< li class = "nav-group-task" >
< a href = "Type%20Definitions.html#/c:IGListUpdatingDelegate.h@T@IGListTransitionDataApplyBlock" > IGListTransitionDataApplyBlock< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Type%20Definitions.html#/c:IGListUpdatingDelegate.h@T@IGListTransitionDataBlock" > IGListTransitionDataBlock< / a >
< / li >
2016-09-07 22:37:59 +00:00
< li class = "nav-group-task" >
2019-11-21 00:20:23 +00:00
< a href = "Type%20Definitions.html#/c:IGListAdapter.h@T@IGListUpdaterCompletion" > IGListUpdaterCompletion< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Type%20Definitions.html#/c:IGListUpdatingDelegate.h@T@IGListUpdatingCompletion" > IGListUpdatingCompletion< / a >
2016-09-07 22:37:59 +00:00
< / li >
< / ul >
< / li >
< li class = "nav-group-name" >
< a href = "Functions.html" > Functions< / a >
< ul class = "nav-group-tasks" >
< li class = "nav-group-task" >
< a href = "Functions.html#/c:@F@IGListDiff" > IGListDiff< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Functions.html#/c:@F@IGListDiffPaths" > IGListDiffPaths< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Functions.html#/c:IGListExperiments.h@F@IGListExperimentEnabled" > IGListExperimentEnabled< / a >
< / li >
< / ul >
< / li >
2019-11-21 00:20:23 +00:00
< li class = "nav-group-name" >
< a href = "Structs.html" > Structures< / a >
< ul class = "nav-group-tasks" >
< li class = "nav-group-task" >
< a href = "Structs/IGListCollectionScrollingTraits.html" > IGListCollectionScrollingTraits< / a >
< / li >
< / ul >
< / li >
2016-09-07 22:37:59 +00:00
< / ul >
< / nav >
< article class = "main-content" >
< section >
< section class = "section" >
< h1 > Functions< / h1 >
< p > The following functions are available globally.< / p >
< / section >
< section class = "section task-group-section" >
< div class = "task-group" >
< ul >
< li class = "item" >
< div >
< code >
< a name = "/c:@F@IGListDiff" > < / a >
< a name = "//apple_ref/objc/Function/IGListDiff" class = "dashAnchor" > < / a >
< a class = "token" href = "#/c:@F@IGListDiff" > IGListDiff< / a >
< / code >
< / div >
< div class = "height-container" >
< div class = "pointer-container" > < / div >
< section class = "section" >
< div class = "pointer" > < / div >
< div class = "abstract" >
2016-11-21 23:36:26 +00:00
< p > Creates a diff using indexes between two collections.< / p >
2016-09-07 22:37:59 +00:00
< / div >
< div class = "declaration" >
< h4 > Declaration< / h4 >
< div class = "language" >
< p class = "aside-title" > Objective-C< / p >
2018-02-06 23:42:25 +00:00
< pre class = "highlight objective_c" > < code > < span class = "k" > extern< / span > < span class = "n" > < a href = "Classes/IGListIndexSetResult.html" > IGListIndexSetResult< / a > < / span > < span class = "o" > *< / span > < span class = "n" > _Nonnull< / span > < span class = "n" > IGListDiff< / span > < span class = "p" > (< / span >
2016-09-07 22:37:59 +00:00
< span class = "n" > NSArray< / span > < span class = "o" > < < / span > < span class = "n" > id< / span > < span class = "o" > < < / span > < span class = "n" > < a href = "Protocols/IGListDiffable.html" > IGListDiffable< / a > < / span > < span class = "o" > > > < / span > < span class = "o" > *< / span > < span class = "n" > _Nullable< / span > < span class = "n" > oldArray< / span > < span class = "p" > ,< / span >
< span class = "n" > NSArray< / span > < span class = "o" > < < / span > < span class = "n" > id< / span > < span class = "o" > < < / span > < span class = "n" > < a href = "Protocols/IGListDiffable.html" > IGListDiffable< / a > < / span > < span class = "o" > > > < / span > < span class = "o" > *< / span > < span class = "n" > _Nullable< / span > < span class = "n" > newArray< / span > < span class = "p" > ,< / span > < span class = "n" > < a href = "Enums/IGListDiffOption.html" > IGListDiffOption< / a > < / span > < span class = "n" > option< / span > < span class = "p" > )< / span > < / code > < / pre >
< / div >
2017-08-23 21:12:05 +00:00
< div class = "language" >
< p class = "aside-title" > Swift< / p >
2024-05-13 04:14:35 +00:00
< pre class = "highlight swift" > < code > < span class = "kd" > func< / span > < span class = "kt" > ListDiff< / span > < span class = "p" > (< / span > < span class = "nv" > oldArray< / span > < span class = "p" > :< / span > < span class = "p" > [< / span > < span class = "kd" > any< / span > < span class = "kt" > ListDiffable< / span > < span class = "p" > ]?,< / span > < span class = "nv" > newArray< / span > < span class = "p" > :< / span > < span class = "p" > [< / span > < span class = "kd" > any< / span > < span class = "kt" > ListDiffable< / span > < span class = "p" > ]?,< / span > < span class = "nv" > option< / span > < span class = "p" > :< / span > < span class = "kt" > < a href = "Enums/IGListDiffOption.html" > IGListDiffOption< / a > < / span > < span class = "p" > )< / span > < span class = "o" > -> < / span > < span class = "kt" > ListIndexSetResult< / span > < / code > < / pre >
2017-08-23 21:12:05 +00:00
< / div >
2016-09-07 22:37:59 +00:00
< / div >
< div >
< h4 > Parameters< / h4 >
< table class = "graybox" >
< tbody >
< tr >
< td >
< code >
< em > oldArray< / em >
< / code >
< / td >
< td >
< div >
< p > The old objects to diff against.< / p >
< / div >
< / td >
< / tr >
< tr >
< td >
< code >
< em > newArray< / em >
< / code >
< / td >
< td >
< div >
2016-11-21 23:36:26 +00:00
< p > The new objects.< / p >
2016-09-07 22:37:59 +00:00
< / div >
< / td >
< / tr >
< tr >
< td >
< code >
< em > option< / em >
< / code >
< / td >
< td >
< div >
< p > An option on how to compare objects.< / p >
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
< div >
< h4 > Return Value< / h4 >
2016-11-21 23:36:26 +00:00
< p > A result object containing affected indexes.< / p >
2016-09-07 22:37:59 +00:00
< / div >
< / section >
< / div >
< / li >
< li class = "item" >
< div >
< code >
< a name = "/c:@F@IGListDiffPaths" > < / a >
< a name = "//apple_ref/objc/Function/IGListDiffPaths" class = "dashAnchor" > < / a >
< a class = "token" href = "#/c:@F@IGListDiffPaths" > IGListDiffPaths< / a >
< / code >
< / div >
< div class = "height-container" >
< div class = "pointer-container" > < / div >
< section class = "section" >
< div class = "pointer" > < / div >
< div class = "abstract" >
2016-11-21 23:36:26 +00:00
< p > Creates a diff using index paths between two collections.< / p >
2016-09-07 22:37:59 +00:00
< / div >
< div class = "declaration" >
< h4 > Declaration< / h4 >
< div class = "language" >
< p class = "aside-title" > Objective-C< / p >
2018-02-06 23:42:25 +00:00
< pre class = "highlight objective_c" > < code > < span class = "k" > extern< / span > < span class = "n" > < a href = "Classes/IGListIndexPathResult.html" > IGListIndexPathResult< / a > < / span > < span class = "o" > *< / span > < span class = "n" > _Nonnull< / span > < span class = "n" > IGListDiffPaths< / span > < span class = "p" > (< / span >
2016-09-07 22:37:59 +00:00
< span class = "n" > NSInteger< / span > < span class = "n" > fromSection< / span > < span class = "p" > ,< / span > < span class = "n" > NSInteger< / span > < span class = "n" > toSection< / span > < span class = "p" > ,< / span >
< span class = "n" > NSArray< / span > < span class = "o" > < < / span > < span class = "n" > id< / span > < span class = "o" > < < / span > < span class = "n" > < a href = "Protocols/IGListDiffable.html" > IGListDiffable< / a > < / span > < span class = "o" > > > < / span > < span class = "o" > *< / span > < span class = "n" > _Nullable< / span > < span class = "n" > oldArray< / span > < span class = "p" > ,< / span >
< span class = "n" > NSArray< / span > < span class = "o" > < < / span > < span class = "n" > id< / span > < span class = "o" > < < / span > < span class = "n" > < a href = "Protocols/IGListDiffable.html" > IGListDiffable< / a > < / span > < span class = "o" > > > < / span > < span class = "o" > *< / span > < span class = "n" > _Nullable< / span > < span class = "n" > newArray< / span > < span class = "p" > ,< / span > < span class = "n" > < a href = "Enums/IGListDiffOption.html" > IGListDiffOption< / a > < / span > < span class = "n" > option< / span > < span class = "p" > )< / span > < / code > < / pre >
< / div >
2017-08-23 21:12:05 +00:00
< div class = "language" >
< p class = "aside-title" > Swift< / p >
2024-05-13 04:14:35 +00:00
< pre class = "highlight swift" > < code > < span class = "kd" > func< / span > < span class = "kt" > ListDiffPaths< / span > < span class = "p" > (< / span > < span class = "nv" > fromSection< / span > < span class = "p" > :< / span > < span class = "kt" > Int< / span > < span class = "p" > ,< / span > < span class = "nv" > toSection< / span > < span class = "p" > :< / span > < span class = "kt" > Int< / span > < span class = "p" > ,< / span > < span class = "nv" > oldArray< / span > < span class = "p" > :< / span > < span class = "p" > [< / span > < span class = "kd" > any< / span > < span class = "kt" > ListDiffable< / span > < span class = "p" > ]?,< / span > < span class = "nv" > newArray< / span > < span class = "p" > :< / span > < span class = "p" > [< / span > < span class = "kd" > any< / span > < span class = "kt" > ListDiffable< / span > < span class = "p" > ]?,< / span > < span class = "nv" > option< / span > < span class = "p" > :< / span > < span class = "kt" > < a href = "Enums/IGListDiffOption.html" > IGListDiffOption< / a > < / span > < span class = "p" > )< / span > < span class = "o" > -> < / span > < span class = "kt" > ListIndexPathResult< / span > < / code > < / pre >
2017-08-23 21:12:05 +00:00
< / div >
2016-09-07 22:37:59 +00:00
< / div >
< div >
< h4 > Parameters< / h4 >
< table class = "graybox" >
< tbody >
< tr >
< td >
< code >
< em > fromSection< / em >
< / code >
< / td >
< td >
< div >
2016-11-21 23:36:26 +00:00
< p > The old section.< / p >
2016-09-07 22:37:59 +00:00
< / div >
< / td >
< / tr >
< tr >
< td >
< code >
< em > toSection< / em >
< / code >
< / td >
< td >
< div >
2016-11-21 23:36:26 +00:00
< p > The new section.< / p >
2016-09-07 22:37:59 +00:00
< / div >
< / td >
< / tr >
< tr >
< td >
< code >
< em > oldArray< / em >
< / code >
< / td >
< td >
< div >
< p > The old objects to diff against.< / p >
< / div >
< / td >
< / tr >
< tr >
< td >
< code >
< em > newArray< / em >
< / code >
< / td >
< td >
< div >
2016-11-21 23:36:26 +00:00
< p > The new objects.< / p >
2016-09-07 22:37:59 +00:00
< / div >
< / td >
< / tr >
< tr >
< td >
< code >
< em > option< / em >
< / code >
< / td >
< td >
< div >
< p > An option on how to compare objects.< / p >
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
< div >
< h4 > Return Value< / h4 >
2016-11-21 23:36:26 +00:00
< p > A result object containing affected indexes.< / p >
2016-09-07 22:37:59 +00:00
< / div >
< / section >
< / div >
< / li >
< li class = "item" >
< div >
< code >
< a name = "/c:IGListExperiments.h@F@IGListExperimentEnabled" > < / a >
< a name = "//apple_ref/objc/Function/IGListExperimentEnabled" class = "dashAnchor" > < / a >
< a class = "token" href = "#/c:IGListExperiments.h@F@IGListExperimentEnabled" > IGListExperimentEnabled< / a >
< / code >
< / div >
< div class = "height-container" >
< div class = "pointer-container" > < / div >
< section class = "section" >
< div class = "pointer" > < / div >
< div class = "abstract" >
< p > Check if an experiment is enabled in a bitmask.< / p >
< / div >
< div class = "declaration" >
< h4 > Declaration< / h4 >
< div class = "language" >
< p class = "aside-title" > Objective-C< / p >
2018-02-06 23:42:25 +00:00
< pre class = "highlight objective_c" > < code > < span class = "k" > static< / span > < span class = "kr" > inline< / span > < span class = "n" > BOOL< / span > < span class = "n" > IGListExperimentEnabled< / span > < span class = "p" > (< / span > < span class = "n" > < a href = "Enums/IGListExperiment.html" > IGListExperiment< / a > < / span > < span class = "n" > mask< / span > < span class = "p" > ,< / span >
2016-09-07 22:37:59 +00:00
< span class = "n" > < a href = "Enums/IGListExperiment.html" > IGListExperiment< / a > < / span > < span class = "n" > option< / span > < span class = "p" > )< / span > < / code > < / pre >
< / div >
< div class = "language" >
< p class = "aside-title" > Swift< / p >
2018-02-06 23:42:25 +00:00
< pre class = "highlight swift" > < code > < span class = "kd" > func< / span > < span class = "kt" > ListExperimentEnabled< / span > < span class = "p" > (< / span > < span class = "nv" > mask< / span > < span class = "p" > :< / span > < span class = "kt" > < a href = "Enums/IGListExperiment.html" > IGListExperiment< / a > < / span > < span class = "p" > ,< / span > < span class = "nv" > option< / span > < span class = "p" > :< / span > < span class = "kt" > < a href = "Enums/IGListExperiment.html" > IGListExperiment< / a > < / span > < span class = "p" > )< / span > < span class = "o" > -> < / span > < span class = "kt" > Bool< / span > < / code > < / pre >
2016-09-07 22:37:59 +00:00
< / div >
< / div >
< div >
< h4 > Parameters< / h4 >
< table class = "graybox" >
< tbody >
< tr >
< td >
< code >
< em > mask< / em >
< / code >
< / td >
< td >
< div >
< p > The bitmask of experiments.< / p >
< / div >
< / td >
< / tr >
< tr >
< td >
< code >
< em > option< / em >
< / code >
< / td >
< td >
< div >
< p > The option to compare with.< / p >
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
< div >
< h4 > Return Value< / h4 >
2016-11-21 23:36:26 +00:00
< p > < code > YES< / code > if the option is in the bitmask, otherwise < code > NO< / code > .< / p >
2016-09-07 22:37:59 +00:00
< / div >
< / section >
< / div >
< / li >
< / ul >
< / div >
< / section >
< / section >
< section id = "footer" >
2024-05-13 04:14:35 +00:00
< p > © 2024 < a class = "link" href = "https://twitter.com/MetaOpenSource" target = "_blank" rel = "external noopener" > Instagram< / a > . All rights reserved. (Last updated: 2024-05-13)< / p >
< p > Generated by < a class = "link" href = "https://github.com/realm/jazzy" target = "_blank" rel = "external noopener" > jazzy ♪♫ v0.15.0< / a > , a < a class = "link" href = "https://realm.io" target = "_blank" rel = "external noopener" > Realm< / a > project.< / p >
2016-09-07 22:37:59 +00:00
< / section >
< / article >
< / div >
< / body >
< / html >