SweetAlert-iOS
SweetAlert-iOS copied to clipboard
isOtherButton value is wrong
isOtherButton param value is true for first button and false for other button Function cloaseAlert has line: let isOtherButton = buttonIndex == 0 ? true: false But otherButton index is 1 - condition is incorrect