How to check is Element clickable in native iOS application?

My scenario is, I have a native screen with a disabled button (Not clickable), after a couple of seconds it will get enabled and I have to do click operation in that button.

Note: When the button is not clickable, checked the values in the appium UI and it shows [enabled = true(ideally it is not true), visible = true]

Is there any isElementClickable() method or any other solution.

Could someone guide me to handle this scenario?