You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: