compact or inline style of UIDatePicker is not supported for countDownDuration mode

But, in Mac catalyst 13.4 or above UIDatePicker with countDownDuration mode is by default in compact mode. We can edit the time though. But, if we get the duration from countDownDuration, it always return 0.

Also, in the developer documentation it is mentioned that compact and inline styles are not applicable for countDownTimer mode. But, using wheels style for only that in catalyst feels not good in Mac.

So, anybody got any workaround to work with countDownTimer in compact or inline style?