-
Notifications
You must be signed in to change notification settings - Fork 97
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
Missing Done Button #107
Comments
Weird . I will inspect it. Please give me some time, |
@azhararmar |
In AppDelegate I am using the following
|
Okay, when I commented the code, Done button and Cancel is visible and working. I want to keep the appearance without conflicting SwiftyPickerPopover, is there a workaround you would suggest? |
I think we have to change code of the oss. let color = popover.doneButton.color ?? popover.tintColor
var attributes = doneButton.titleTextAttributes(for: .normal) ?? [:]
attributes[NSAttributedString.Key.foregroundColor] = color
doneButton.setTitleTextAttributes(attributes, for: .normal) |
I'm developing for it on the branch of "feature/global_appearance_support", and planing to release it as v6.6.6 |
I am using the library with following code
The problem is, done button and cancel button is not displayed in the popover, however the area is clickable. When I click on the area of done button, it does trigger done button delegate and hides the popover, same for cancel button. PFA screenshot for the same
I am running with following config
Xcode: 9.0
iOS version: 9.0
Swift: 4.0
What is possibly wrong here?
The text was updated successfully, but these errors were encountered: