seabear.dev
@seabear.dev
SeaBearKit v1.3.0

Added 3 essential SwiftUI view modifiers that'll clean up your code:

• .if() - Conditional styling without duplication
• .glassShadow() - Unified shadow system for Liquid Glass UI
• .adaptiveCornerRadius() - Scales perfectly across device sizes
November 17, 2025 at 2:22 AM
SeaBearKit - persistent NavigationStack backgrounds:

// Gradient
PersistentBackgroundNavigation(palette: .sunset) {
ContentView()
}

// Custom (images, videos, etc.)
PersistentBackgroundNavigation {
Background()
} content: {
ContentView()
}

github.com/seabearDEV/SeaBearKit

#iOS #SwiftUI
GitHub - seabearDEV/SeaBearKit: A collection of ready-to-use SwiftUI layouts and UI components to accelerate iOS app development. Drop-in code for common screens and patterns.
A collection of ready-to-use SwiftUI layouts and UI components to accelerate iOS app development. Drop-in code for common screens and patterns. - seabearDEV/SeaBearKit
github.com
October 16, 2025 at 3:30 AM