MMMCollectionView
Objective-C
@interface MMMCollectionView : UICollectionView
Swift
class MMMCollectionView : UICollectionView
Collection view supporting top & bottom shadows.
-
Uses UICollectionViewFlowLayout by default.
Declaration
Objective-C
- (nonnull instancetype)initWithSettings: (nonnull MMMScrollViewShadowsSettings *)settings;
Swift
init(settings: MMMScrollViewShadowsSettings)
-
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)initWithFrame:(CGRect)frame collectionViewLayout:(UICollectionViewLayout *)layout NS_UNAVAILABLE;
-
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)initWithCoder:(NSCoder *)aDecoder NS_UNAVAILABLE;
-
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)initWithFrame:(CGRect)frame NS_UNAVAILABLE;
-
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;