In case you need to make only one button clickable at a time instead of letting user click on two buttons at the same time you can set isExclusiveTouch in UIButton to be false
the same issue happens in SwiftUI Button, but i couldn't find an equivalent to isExclusiveTouch, any help?