AssistoLab/KVNProgress

Hangs with cancel button

gerchicov-bp opened this issue · 0 comments

I use your example and just add cancel button inside (showProgress):

KVNProgressConfiguration *configuration = [KVNProgressConfiguration defaultConfiguration];
configuration.showStop = YES;
configuration.tapBlock = ^(KVNProgress *progressView) {
    // Do what you want
    [KVNProgress dismiss];
};

[KVNProgress setConfiguration:configuration];

Then I tap various options from table - through some time the app hangs/freezes