MMMStubView
Objective-C
@interface MMMStubView : UIScrollView
Swift
class MMMStubView : UIScrollView
To be used during development as a placeholder for not yet implemented views. It inherits a vertical scroll view so it’s possible to see that gesture recognizers of the container do not interfere with a typical scrolling.
-
The text is optional, the index influences the background color.
Declaration
Objective-C
- (nonnull id)initWithText:(nullable NSString *)text index:(NSInteger)index;
Swift
init(text: String?, index: Int)
-
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;