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 possible to know when the items is showing, maybe with a BOOL ?
That is a sort of status of the items visualization.
These methods.... - (void)revealTableViewCell:(SWRevealTableViewCell *)revealTableViewCell willMoveToPosition:(SWCellRevealPosition)position; - (void)revealTableViewCell:(SWRevealTableViewCell *)revealTableViewCell didMoveToPosition:(SWCellRevealPosition)position;
...are not enough, because tell when the movement of the cell began and finish... not all the time that the items are sown in the cell.
Thank you
The text was updated successfully, but these errors were encountered:
It's possible to know when the items is showing, maybe with a BOOL ?
That is a sort of status of the items visualization.
These methods....
- (void)revealTableViewCell:(SWRevealTableViewCell *)revealTableViewCell willMoveToPosition:(SWCellRevealPosition)position;
- (void)revealTableViewCell:(SWRevealTableViewCell *)revealTableViewCell didMoveToPosition:(SWCellRevealPosition)position;
...are not enough, because tell when the movement of the cell began and finish... not all the time that the items are sown in the cell.
Thank you
The text was updated successfully, but these errors were encountered: