- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 670
 
Open
Description
If you customize the height, you need to add the height of the spacerView here, otherwise the height is incorrect, and the height setting of the spacerView is not publicly available.
public var bannerHeight: CGFloat { get { if let customBannerHeight = customBannerHeight { return customBannerHeight } else if shouldAdjustForDynamicIsland() { return 104.0 } else if shouldAdjustForNotchFeaturedIphone() { return 88.0 } else { return 64.0 + heightAdjustment } } set { customBannerHeight = newValue } } 
MendyTabit and nayooti
Metadata
Metadata
Assignees
Labels
No labels