MMMContainerView

Objective-C

@interface MMMContainerView : UIView

Swift

class MMMContainerView : UIView

Auto Layout does not support constraints against groups of items, so this is for the cases a normal UIView is typically used as a container for such a group. Unlike UIView we have translatesAutoresizingMaskIntoConstraints set to NO already. Also MMMContainerView does not intercept touches but subviews still do.

  • Undocumented

    Declaration

    Objective-C

    - (nonnull id)init NS_DESIGNATED_INITIALIZER;

    Swift

    init()
  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (id)initWithCoder:(NSCoder *)aDecoder NS_UNAVAILABLE;
  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (id)initWithFrame:(CGRect)frame NS_UNAVAILABLE;