myell0w/MTStatusBarOverlay

App slight freezes when posting message

Opened this issue · 0 comments

It's really great library and what I really wanted for my app http://lisgo.org/.

But, after I tried implementing this, I realized there is a slight freeze when you fire
[statusBarOveryLay_ postImmediateMessage:@"Archiving article" duration:1.0 animated:YES]; .

Since I want to display a message each time users swipe a table view cell,
you can't swipe each cells in a low smoothly if it posts over lay message.

I tried statusBarOveryLay_.canRemoveImmediateMessagesFromQueue = YES; and so on, but no luck yet.

Maybe, there is no way to handle this issue?