Files
nahbar/nahbar
sven 8180fcbcbc Fix #36: Tab-Bar-Flicker durch UIKit/SwiftUI-Konflikt behoben
- SwiftUI .toolbarBackground/.toolbarColorScheme-Modifier für .tabBar
  aus ContentView entfernt – Konflikt mit UITabBar.appearance() beseitigt
- applyTabBarAppearance in statische Methode umgewandelt
- applyInitialTabBarAppearance() in AppDelegate.didFinishLaunchingWithOptions
  aufgerufen – setzt UIKit-Appearance VOR der View-Erstellung
- configureWithTransparentBackground → configureWithOpaqueBackground:
  verhindert weißes Bleed-through bei dunklen Themes
- Alpha-Komponente aus Tab-Bar-Hintergrundfarbe entfernt (vollständig opak)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 13:56:49 +02:00
..