mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +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.layoutMargins = self.stackView.layoutMargins
|
||||
self.stackView.preservesSuperviewLayoutMargins = true
|
||||
self.insetsLayoutMarginsFromSafeArea = false
|
||||
|
||||
self.stackView.isLayoutMarginsRelativeArrangement = true
|
||||
self.stackView.preservesSuperviewLayoutMargins = true
|
||||
}
|
||||
|
||||
override func tintColorDidChange()
|
||||
|
||||
Reference in New Issue
Block a user