We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738d251 commit a3d2d1cCopy full SHA for a3d2d1c
Source/DateTimePicker.swift
@@ -285,7 +285,6 @@ public protocol DateTimePickerDelegate {
285
dateTitleLabel.translatesAutoresizingMaskIntoConstraints = false
286
dateTitleLabel.centerYAnchor.constraint(equalTo: titleView.centerYAnchor).isActive = true
287
dateTitleLabel.centerXAnchor.constraint(equalTo: titleView.centerXAnchor).isActive = true
288
- dateTitleLabel.setContentHuggingPriority(UILayoutPriority(rawValue: 250), for: UILayoutConstraintAxis(rawValue: 0)!)
289
290
cancelButton = UIButton(type: .system)
291
cancelButton.setTitle(cancelButtonTitle, for: .normal)
0 commit comments