I don't know how this happened, but my UICollectionViewCell somehow moved down from the top, and I can't pull it back up. Also, the Y position in the interface builder is locked at 64, see screenshot.
Any help would be awesome. Than you!
I don't know how this happened, but my UICollectionViewCell somehow moved down from the top, and I can't pull it back up. Also, the Y position in the interface builder is locked at 64, see screenshot.
Any help would be awesome. Than you!
In your ViewController, under the attributes inspector, uncheck the "Adjust Scroll View Insets" box.
This is also answered in depth here: UICollectionView adds top margin