codestergit / SweetAlert-iOS

Live animated Alert View for iOS written in Swift
MIT License
2.05k stars 304 forks source link

isOtherButton value is wrong #53

Open ghost opened 7 years ago

ghost commented 7 years ago

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