Removed unneeded line.
This commit is contained in:
parent
55f4fec029
commit
d4a19d9086
@ -24,7 +24,6 @@
|
|||||||
@property (nullable, weak, nonatomic) UIView *viewOutOfScroll;
|
@property (nullable, weak, nonatomic) UIView *viewOutOfScroll;
|
||||||
@property (nullable, strong, nonatomic) UIView *safeAreaView;
|
@property (nullable, strong, nonatomic) UIView *safeAreaView;
|
||||||
@property (nullable, weak, nonatomic) ViewConstrainingView *bottomAccessoryView;
|
@property (nullable, weak, nonatomic) ViewConstrainingView *bottomAccessoryView;
|
||||||
//@property (nullable, strong, nonatomic) NSLayoutConstraint *heightConstraint;
|
|
||||||
|
|
||||||
// Set to overwrite which view is the top edge and/or bottom edge of the between view. must be added to the ui and constrained before buildViewsBetweenLabelsAndButtons.
|
// Set to overwrite which view is the top edge and/or bottom edge of the between view. must be added to the ui and constrained before buildViewsBetweenLabelsAndButtons.
|
||||||
// Use these to create views that are pinned near the labels or buttons and are separate from any centered content. Add and set in buildInAdditionalViewsBeforeCenteredContent.
|
// Use these to create views that are pinned near the labels or buttons and are separate from any centered content. Add and set in buildInAdditionalViewsBeforeCenteredContent.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user