I am using a UIScrollView with paging = true to display multiple UIViewControllers. That works fine. Now I am trying to add a space between the pages by following this answer How to create a paging scrollView with space between views
However it does not work for me. When the UIScrollView stops scrolling the space (black) remains visible. I am using Swift 2 syntax and iOS 9.