After calling -[UICollectionView reloadData] it takes some time for cells to be displayed, so selecting an item immediately after calling reloadData do
-[UICollectionView reloadData]
reloadData
Make sure you're calling reloadData on the main thread. That could be the cause for the delay in your cell updates.