For me in xcode 7 and Swift 2.x I was populating a UIScrollView with a for loop and had to set the contentInset to zero.
for image in images { self.scrollView.contentInset = UIEdgeInsetsZero }