Skip to content

Commit 54a9c51

Browse files
author
“Akshay
committed
Title reserves two lines for image consistency
1 parent f45fe6e commit 54a9c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift-sdk/uicomponents/IterableEmbeddedView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ public class IterableEmbeddedView:UIView {
200200
])
201201

202202
buttonStackView.heightAnchor.constraint(equalToConstant: primaryBtn.frame.height).isActive = true
203+
labelTitle.heightAnchor.constraint(equalToConstant: labelTitle.frame.height * 2).isActive = true
203204
}
204205

205206
func loadViewFromNib() -> UIView? {

0 commit comments

Comments
 (0)