Skip to content

Commit

Permalink
Merge pull request #2429 from CruGlobal/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
levieggertcru authored Jan 30, 2025
2 parents 87d8b2a + 80feb70 commit b699608
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,8 @@ extension MobileContentStackView {
parentView.layoutIfNeeded()
parentView.superview?.layoutIfNeeded()

let parentHeight: CGFloat = parentView.frame.size.height
let verticalContentInsets: CGFloat = contentInsets.top + contentInsets.bottom
let parentHeight: CGFloat = parentView.frame.size.height - verticalContentInsets

var heightOfChildrenAndItemSpacing: CGFloat = 0

Expand Down Expand Up @@ -524,7 +525,7 @@ extension MobileContentStackView {
extension MobileContentStackView {

private func addChildView(childView: MobileContentView) {

let childContentView: UIView = childView

childrenParentView.addSubview(childContentView)
Expand Down

0 comments on commit b699608

Please sign in to comment.