Skip to content
This repository was archived by the owner on Apr 30, 2019. It is now read-only.
This repository was archived by the owner on Apr 30, 2019. It is now read-only.

Row doesn't show with custom identifier #1

@migfabio

Description

@migfabio

When you setup a custom identifier in IB with storyboards and in your custom UITableViewCell you write
public static var reuseIdentifier: String = "something"
the cell doesn't show up.

I suppose an overlapping with reuseIdentifier in UITableViewCell class because I renamed the static variable reuseIdentifier into DeclarativeCell with a different name (I used, as example, flowReuseIdentifier) and it works.

I could open a PR because I need to test with XIB too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions