mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 11:13:28 +01:00
Fixes AppBannerView sticking to safe area when scrolling
This commit is contained in:
@@ -90,8 +90,10 @@ class AppBannerView: RSTNibView
|
|||||||
self.betaBadgeView.isHidden = true
|
self.betaBadgeView.isHidden = true
|
||||||
|
|
||||||
self.layoutMargins = self.stackView.layoutMargins
|
self.layoutMargins = self.stackView.layoutMargins
|
||||||
self.stackView.preservesSuperviewLayoutMargins = true
|
self.insetsLayoutMarginsFromSafeArea = false
|
||||||
|
|
||||||
self.stackView.isLayoutMarginsRelativeArrangement = true
|
self.stackView.isLayoutMarginsRelativeArrangement = true
|
||||||
|
self.stackView.preservesSuperviewLayoutMargins = true
|
||||||
}
|
}
|
||||||
|
|
||||||
override func tintColorDidChange()
|
override func tintColorDidChange()
|
||||||
|
|||||||
Reference in New Issue
Block a user