-
-
Notifications
You must be signed in to change notification settings - Fork 739
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
not support dark mode on iOS 13 #424
Comments
@skywinder Please help, Even for me facing the same issue. |
@Praveeeenn you should be use this pod.
|
Thank you. It work for me. I think you can create a pull request to this repo. |
I have developed as below. if #available(iOS 13.0, *) {
picker?.toolbarButtonsColor = .label
picker?.pickerBackgroundColor = .systemGray6
picker?.toolbarBackgroundColor = .systemGray6
} |
@blackturtle2 thanks for another solution |
Thoughts on where I can add the above in an @objc func?
|
@grehce please, can you check commit? because it is same solution. |
This did not work for me. Since I only use a white theme I could overide by adding a key in Info.plist |
Which did you try them? @KestrelSystems |
still not working in iOS 13 |
Can you check pod version? because I'm using as see in the example. |
Hey, guys. I’m super busy with other projects. If someone knows how to fix it: please make a PR. I would very appreciate for your help! 🙌 |
Looks like #421 should fix this. |
@koust How did you override the value in plist.I also have a light background for Picker view but I couldn't able to fix it using picker text attributes |
@logeshvijayan I use pod version directly and its working. Do u own the last version? |
@koust So this is my case.My Application has a dark background by default and the overall label colour was set to white.My picker view has a white background and my label colour needs to set in Black.So I need to override the white colour when the picker view is called.(I use latest swift) I tried to update my pods to the latest version and set picker attributes but nothing worked.What do you mean by using the pod version directly.? Thanks in Advance for the help. |
Hello everyone ,
I updated all my devices and my applications for iOS 13.
I work only light content mode for my application. "Actionsheetpicker" does not support if my phone is in dark mode
can u help with this?
The text was updated successfully, but these errors were encountered: