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

after cancelling search header is not showing. #148

Open
SreekanthGudisi opened this issue Nov 16, 2021 · 2 comments
Open

after cancelling search header is not showing. #148

SreekanthGudisi opened this issue Nov 16, 2021 · 2 comments

Comments

@SreekanthGudisi
Copy link

SreekanthGudisi commented Nov 16, 2021

Hi,

Actually, I'm presenting VC. After clicking the cancel button, that Close button BackView is not showing.

Here attaching the Video.

CountryPickerIssue.mov

Thank You.

.

@SreekanthGudisi
Copy link
Author

Hi,

Can u help m with this? I'm still struct here 😒

@zaidqattan
Copy link

zaidqattan commented May 1, 2022

There is a known issue in iOS 15
so just add this into the AppDelegate inside didFinishLaunchingWithOptions and the problem will be fixed

        if #available(iOS 15, *) {
            let appearance = UINavigationBarAppearance()
            appearance.configureWithOpaqueBackground()
            UINavigationBar.appearance().standardAppearance = appearance
            UINavigationBar.appearance().scrollEdgeAppearance = appearance
        }

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

No branches or pull requests

2 participants