kaandedeoglu / KDCircularProgress

A circular progress view with gradients written in Swift
MIT License
1.21k stars 217 forks source link

issue : not calling completion block after doing cancel #24

Closed stevekim0417 closed 8 years ago

stevekim0417 commented 8 years ago

It is not called the completion block after doing cancel.

kaandedeoglu commented 8 years ago

Hey, sorry for getting back to you on this this late, can you please remove the comments and do

if flag {

}

instead of

if flag == true {

}

and I will merge it. Thank you.

stevekim0417 commented 8 years ago

Thanks.