MMMStubViewController

Objective-C

@interface MMMStubViewController : UIViewController

Swift

class MMMStubViewController : UIViewController

This is to be used during development to stub not ready yet parts of the app.

  • Undocumented

    Declaration

    Objective-C

    - (id)initWithText:(NSString *)text index:(NSInteger)index NS_DESIGNATED_INITIALIZER;

    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)initWithNibName:(nullable NSString *)nibNameOrNil bundle:(nullable NSBundle *)nibBundleOrNil NS_UNAVAILABLE;