I've got a UICollectionView, which works ok, until I start scrolling.
Here some pics first:

As you can see it's great. As I start scrolling (paging enabled) the first one goes a bit offscreen:

This is the problem. Originaly my view have 3 views and I want to scroll and show 3 views only. But as it scrolls (paging enabled) it hides a little bit of the first view and show little bit of the next first view from the next page.
And here is a video, because it's kinda hard to explain: Video of the problem (Dropbox)
Here is a picture of my UICollectionView settings:
It's going to be great if someone can help!
