UICollectionView.scrollToItem not scrolling to the last item if there are section headers

UICollectionView.scrollToItem not scrolling to the last item if there are section headers. I am trying to scroll to the last item of the UICollectionView containing 10 sections and 4 items per section. But it always stops at the 2'nd item of the 10th section when I run the app. Here is a directly executable project for your convenience. Help on this is much appreciated.

Here's the ViewController Code
UICollectionView.scrollToItem not scrolling to the last item if there are section headers
 
 
Q