my datePicker was generated by textField(let the textField.inputView = myDatePicker). However the datePicker cover the home indicator. How to adjust it up, just like the keyboard does? Since I am newbie and do not understand the other way to activate datePicker, so what is a better way to do this? any help is appreciated.
Asked
Active
Viewed 425 times
2
-
Code you've tried? – Krunal Jan 04 '18 at 13:05
-
Is `Safe Area Layout Guides` enabled for your view controller? See [this](https://stackoverflow.com/a/45334411/3411787) – Mohammad Zaid Pathan Jan 04 '18 at 15:30
-
I face same issues in iphone x, Safe Area Layout Guides is enable in view controller. – Dhaval Patel Jan 11 '18 at 06:56
-
I am also facing the same issue did anyone solved it. If someone solved it then kindly share the fix as an answer to this problem. – Sudhir Jun 10 '18 at 11:48