MMMScrollViewShadowView
Objective-C
@interface MMMScrollViewShadowView : UIView
Swift
class MMMScrollViewShadowView : UIView
A view that’s used internally to render shadows in MMMAutoLayoutScrollView. Open for reuse in cases we want to display compatible shadows but differntly controlled. Note that this does not support Auto Layout, you have to manage its frame.
-
Undocumented
Declaration
Objective-C
- (id)initWithAlignment:(MMMScrollViewShadowAlignment)alignment settings:(MMMScrollViewShadowsSettings *)settings NS_DESIGNATED_INITIALIZER;
Swift
init(alignment: MMMScrollViewShadowAlignment, settings: MMMScrollViewShadowsSettings)
-
Unavailable
Undocumented
Declaration
Objective-C
- (id)init NS_UNAVAILABLE;
-
Unavailable
Undocumented
Declaration
Objective-C
- (id)initWithCoder:(NSCoder *)aDecoder NS_UNAVAILABLE;
-
Unavailable
Undocumented
Declaration
Objective-C
- (id)initWithFrame:(CGRect)frame NS_UNAVAILABLE;