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
{{ message }}
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 variablereuseIdentifier
intoDeclarativeCell
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.
The text was updated successfully, but these errors were encountered: