Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: UINavigationBarAppearance support for iOS15 #2

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

iamStephenFang
Copy link

@iamStephenFang iamStephenFang commented Jun 15, 2022

Description

In iOS 15, UIKit has extended the usage of the scrollEdgeAppearance, which by default produces a transparent background, to all navigation bars." To restore the old look, you must adopt the new UINavigationBar appearance APIs.

Also see issue here.

Fixes # Navigation Bar Behaviors on iOS 15

Type of change

  • Bug fix

How Has This Been Tested?

  • Previous Password UI
    Previous Password UI

  • Current Password UI
    Current Password UI

Test Configuration:

  • Firmware version: PasscodeKit v1.0.1
  • Hardware: iPhone SE 3rd gen Simulator
  • Toolchain: Xcode & Lookin
  • SDK: iOS 15.5

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant