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

Highlight in TableViewCells doesn't work #2

Closed
matoushybl opened this issue Jan 30, 2017 · 0 comments
Closed

Highlight in TableViewCells doesn't work #2

matoushybl opened this issue Jan 30, 2017 · 0 comments
Assignees

Comments

@matoushybl
Copy link
Contributor

Problem is in TableViewCellWrapper.swift:

    public override func setHighlighted(_ highlighted: Bool, animated: Bool) {
        tableViewCell?.setHighlighted(isSelected, animated: animated)
    }

there should be highlighted instead of isSelected.

MatyasKriz added a commit that referenced this issue Dec 15, 2017
Forgot to save.
matoushybl pushed a commit that referenced this issue Jan 9, 2018
Forgot to save.
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