Skip to content

Commit

Permalink
Fix example appearance issues
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Sep 18, 2017
1 parent 74cf2fa commit 92d72cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/Tabman-Example/PresetAppearanceConfigs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class PresetAppearanceConfigs: Any {

case .blockTabBar:
appearance.state.color = UIColor.white.withAlphaComponent(0.6)
appearance.state.selectedColor = UIColor(red:0.00, green:0.45, blue:1.00, alpha:1.0)
appearance.state.selectedColor = UIColor(red:0.39, green:0.03, blue:0.21, alpha:1.0)
appearance.indicator.color = UIColor.white.withAlphaComponent(0.8)
appearance.layout.edgeInset = 0.0
appearance.layout.interItemSpacing = 0.0
Expand Down
2 changes: 1 addition & 1 deletion Example/Tabman-Example/SettingsNavigationController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SettingsNavigationController: UINavigationController {

self.definesPresentationContext = true
self.providesPresentationContextTransitionStyle = true
self.modalPresentationCapturesStatusBarAppearance = true
self.modalPresentationCapturesStatusBarAppearance = false
self.modalPresentationStyle = .overFullScreen

let blurView = UIVisualEffectView(effect: UIBlurEffect(style: .extraLight))
Expand Down

0 comments on commit 92d72cf

Please sign in to comment.