RBContainerView Class Reference
Inherits from | UIView |
---|---|
Declared in | RBContainerView.h |
child
The child view.
@property (nonatomic, nonnull) UIView *child
Discussion
The child view.
Declared In
RBContainerView.h
minimumSize
The minimum size that the container view will request. Default = CGSizeEmpty
.
@property (nonatomic) CGSize minimumSize
Discussion
The minimum size that the container view will request. Default = CGSizeEmpty
.
Declared In
RBContainerView.h
maximumSize
The maximum size that the container view will request. Default = CGSizeMax
.
@property (nonatomic) CGSize maximumSize
Discussion
The maximum size that the container view will request. Default = CGSizeMax
.
Declared In
RBContainerView.h
enforceAspectRatio
Whether or not the given aspect ratio should be enforced in sizing.
@property (nonatomic) BOOL enforceAspectRatio
Discussion
Whether or not the given aspect ratio should be enforced in sizing.
Declared In
RBContainerView.h
aspectRatio
The desired aspect ratio.
@property (nonatomic) CGFloat aspectRatio
Discussion
The desired aspect ratio.
Declared In
RBContainerView.h
– initWithChild:
Initializes a new container view object.
- (nonnull instancetype)initWithChild:(nonnull UIView *)childView
Parameters
childView |
The child view. |
---|
Return Value
The initialized object.
Discussion
Initializes a new container view object.
Declared In
RBContainerView.h