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 8336e64 commit f45fe6eCopy full SHA for f45fe6e
swift-sdk/uicomponents/IterableEmbeddedView.swift
@@ -198,14 +198,9 @@ public class IterableEmbeddedView:UIView {
198
contentView.leadingAnchor.constraint(equalTo: self.leadingAnchor),
199
contentView.trailingAnchor.constraint(equalTo: self.trailingAnchor)
200
])
201
+
202
+ buttonStackView.heightAnchor.constraint(equalToConstant: primaryBtn.frame.height).isActive = true
203
}
-
-// func loadViewFromNib() -> UIView? {
204
-// let nib = UINib(nibName: "IterableEmbeddedView", bundle: Bundle.module)
205
-// let view = nib.instantiate(withOwner: self, options: nil).first as? UIView
206
-// self.clipsToBounds = false
207
-// return view
208
-// }
209
210
func loadViewFromNib() -> UIView? {
211
var nib: UINib
0 commit comments