Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Bug(Tableview with multiple custom cells) #43

Closed
markcdb opened this issue May 27, 2017 · 2 comments
Closed

UI Bug(Tableview with multiple custom cells) #43

markcdb opened this issue May 27, 2017 · 2 comments
Assignees

Comments

@markcdb
Copy link

markcdb commented May 27, 2017

Hi, I think I may have found a bug or I don't know,

here's what happened, I created a tableview with 2 custom cells, one being a subclass of SwipeTableViewCell and the other one, just an empty cell.

Whenever the other non SwipeTableViewCell is not being dequeued, it seems that the hideSwipe is not being called when swiping another cell which leaves the other cell on swipe state even when you swipe another cell.

Workaround I did is subclassing both custom cells as SwipeTableViewCell, which gives me the behavior I want upon doing this.

if there's something I missed as part of cell's configuration to get what I want please let me know.

Please see screenshot below:

screen shot 2017-05-27 at 2 03 39 pm

@kurabi
Copy link
Member

kurabi commented Jun 3, 2017

@mericksters I set a similar scenario like you described and I cannot reproduce. Can you please post a sample project with this issue? Thanks.

@kurabi kurabi self-assigned this Jun 3, 2017
@kurabi
Copy link
Member

kurabi commented Jun 17, 2017

Fixed by issue #37, with commit 73ff931

@kurabi kurabi closed this as completed Jun 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants