codestergit / SweetAlert-iOS

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

Changing size of the animateView #33

Open Hbehboodi opened 8 years ago

Hbehboodi commented 8 years ago

Hi, Thanks for sharing the code. The issue I face is that when we change the size of the animate view the bezirepath that draws the tick of success animate view draws bad. It seems that the code for drawing this tick is harcoded based on size 70 and when I change the size to 50 it draws bad.

May you please help me how to fix this?