README and documentationIGListKit version: 3.0Based on Comments from - https://github.com/Instagram/IGListKit/issues/208
Tried below code with IGListKit 3.0, I see following error - **
"Value of type 'ListCollectionContext' has no member 'reload' "
override func didSelectItem(at index: Int) {
collectionContext?.reload(self)
}
As mentioned here https://github.com/Instagram/IGListKit/issues/208#issuecomment-306210021 further down. For 3.0 you need to wrap the reload in batch update.
Most helpful comment
As mentioned here https://github.com/Instagram/IGListKit/issues/208#issuecomment-306210021 further down. For 3.0 you need to wrap the reload in batch update.