2
0

Settle on a method of making the password cells visible in storyboard.

This commit is contained in:
Maarten Billemont
2017-04-30 19:08:34 -04:00
parent b180202e07
commit cd6b7e6051
2 changed files with 4 additions and 2 deletions

View File

@@ -143,6 +143,7 @@ typedef NS_OPTIONS( NSUInteger, MPPasswordsTips ) {
UICollectionViewFlowLayout *layout = (UICollectionViewFlowLayout *)collectionViewLayout;
UIEdgeInsets occludedInsets = [self.passwordCollectionView occludedInsets];
UIEdgeInsets insets = layout.sectionInset;
insets.top = insets.bottom; // Undo storyboard hack for manual top-occluded insets.
if (section == 0)
insets.top += occludedInsets.top;