You can use debug view hierarchy to check if there is any view is covering your stack view. For me, the stack view was covered by navigationController, I hide it and the issue gone :)). Good luck!
navigationController?.setNavigationBarHidden(true, animated: false)
Topic:
App & System Services
SubTopic:
Core OS
Tags: