We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb0485 commit 74068fbCopy full SHA for 74068fb
PopupDialog/Classes/PopupDialogContainerView.swift
@@ -110,6 +110,7 @@ final public class PopupDialogContainerView: UIView {
110
return stackView
111
}()
112
113
+ // The preferred width for iPads
114
fileprivate let preferredWidth: CGFloat
115
116
// MARK: - Constraints
@@ -118,12 +119,6 @@ final public class PopupDialogContainerView: UIView {
118
119
internal var centerYConstraint: NSLayoutConstraint?
120
121
// MARK: - Initializers
-
122
-// internal override init(frame: CGRect) {
123
-// self.init(frame: frame, maxWidth: <#T##CGFloat#>)
124
-//// super.init(frame: frame)
125
-//// setupViews()
126
-// }
127
128
internal init(frame: CGRect, preferredWidth: CGFloat) {
129
self.preferredWidth = preferredWidth
0 commit comments