In Xcode 6 when I try to pin an image view to the edge of UICollectionViewCell, auto-layout creates constraints of -8.0. What changed? I've tried to find release notes or documentation updates but haven't seen anything.
- Notice the imageview is up against the edges of the collectionview cell

- Frame X and Y are both zero

- Adding constraints for leading space and trailing space to container margin results in a settings of -8.0

Why is this happening and what is the preferred approach for edge to edge content?
 
    
