While changing time with keypad, iOS 14 DatePicker jumps below its original position first when closed

Hi,

I am trying to integrate new DatePicker available with iOS 14 in my app and I am facing an issue with its animation while closing it.

Steps to reproduce:
  1. Tap on DatePicker to Select time

  2. Tap on Time textfield

  3. Use keypad to change the time

  4. Tap outside to close the picker

Issue: Picker moves down slightly after closing and then jumps up to its original position

Add a Comment