Inside one of sample codes from WWDC 14 I've found following line in init: in subclass of UICollectionViewController:
[self setEdgesForExtendedLayout:UIRectEdgeLeft | UIRectEdgeBottom | UIRectEdgeRight];
When I had commented it out, it changed nothing. What was the reason to put it there? What is it actually for?