ecerney / CollectionViewWaterfallLayout

Pinterest inspired layout for UICollectionViews
MIT License
491 stars 69 forks source link

collection view margin from top #10

Closed maryamfekri closed 8 years ago

maryamfekri commented 8 years ago

simulator screen shot nov 11 2015 3 33 06 pm

when view loads top constraint of collection view is ticket to top and after a second it comes down for about 20pt.

header height is = 0 insets are 0 . all are 0 . how can i fix this ??

maryamfekri commented 8 years ago

i have fix this with this code : self.navigationController?.navigationBar.barStyle = .Black thanks