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

Wrong name appears in lower parent cells during expand animation #47

Open
hsnetzer opened this issue Mar 31, 2019 · 3 comments
Open

Wrong name appears in lower parent cells during expand animation #47

hsnetzer opened this issue Mar 31, 2019 · 3 comments

Comments

@hsnetzer
Copy link

IMG_2252 TRIM

@DewaldDeJager
Copy link
Contributor

@hsnetzer I have not seen this issue. Could you perhaps share the code for reproducing this? It might be that it is in the client-side code for setting up the data source rather than in the framework itself. If it is in the framework, we will fix it but need a bit more info to reproduce it.

@hsnetzer
Copy link
Author

hsnetzer commented Oct 20, 2019

I'm In the middle of refactoring my app, I want to help reproduce this but I might have to wait a few weeks. The problem could be that I'm scrolling the table view, like this:

let didSelectParentCell = { (tableView: UITableView, indexPath: IndexPath, item: ParentCellModel?) -> Void in
            tableView.scrollToRow(at: indexPath, at: UITableView.ScrollPosition.top, animated: true)
        }

@hsnetzer
Copy link
Author

Yeah, the scrollToRow causes funky animations. I demonstrate it in the fork here: https://github.com/hsnetzer/AccordionSwift

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