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

Header size does not change #15

Open
dimonovdd opened this issue Mar 9, 2021 · 1 comment
Open

Header size does not change #15

dimonovdd opened this issue Mar 9, 2021 · 1 comment

Comments

@dimonovdd
Copy link
Contributor

dimonovdd commented Mar 9, 2021

Summary

If we set title to empty, the size of the header does not change

______________ "Choose date" null ______________
Choose date null

API Changes

We need to add hasTitle parameter to the constructor

public DatePickerDialog(UIColor? textColor = null, UIColor? buttonColor = null, UIFont? font = null, NSLocale? locale = null,
            bool showCancelButton = true, bool useLocalizedButtons = false, bool hasTitle = true)
@dimonovdd
Copy link
Contributor Author

@alexsorokoletov Hi
Do you have any ideas on this issue?
Changing the value to 320 in this line corrects UI. But I think this solution is not very good

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

1 participant