File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ DEPENDENCIES:
7
7
SPEC CHECKSUMS:
8
8
RMActionController: cbaf3b20536c1c1be6547438b17472e488318888
9
9
10
- COCOAPODS: 0.37.1
10
+ COCOAPODS: 0.37.2
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ + (instancetype)actionControllerWithStyle:(RMActionControllerStyle)style title:(
54
54
controller.picker = [[UIPickerView alloc ] initWithFrame: CGRectZero];
55
55
controller.picker .translatesAutoresizingMaskIntoConstraints = NO ;
56
56
57
- controller.pickerHeightConstraint = [NSLayoutConstraint constraintWithItem: controller.picker attribute: NSLayoutAttributeHeight relatedBy: NSLayoutRelationEqual toItem: nil attribute: NSLayoutAttributeNotAnAttribute multiplier: 0 constant: 0 ];
57
+ controller.pickerHeightConstraint = [NSLayoutConstraint constraintWithItem: controller.picker attribute: NSLayoutAttributeHeight relatedBy: NSLayoutRelationEqual toItem: nil attribute: NSLayoutAttributeNotAnAttribute multiplier: 1 constant: 0 ];
58
58
59
59
if (RM_CURRENT_ORIENTATION_IS_LANDSCAPE_PREDICATE) {
60
60
controller.pickerHeightConstraint .constant = RM_PICKER_HEIGHT_LANDSCAPE;
You can’t perform that action at this time.
0 commit comments