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
Is your feature request related to a problem? Please describe.
I would like to keep multiple cells in one Nib.
Describe the solution you'd like
Add an extra case to Former.InstantiateType enum that will specify some identifier of a cell in Nib. A restorationIdentifier or an index. Or just find an instance of a current cell class.
The text was updated successfully, but these errors were encountered:
@qizh I am not sure this would make sense to add into Former since it’s a very unique use-case.
Rather, you’d be better off forking the repo and making changes as you need them. I am also unsure why you would want to use multiple cells in a nib, this seems likely to have issues.
What is the need to for multiple cells in a single nib?
Is your feature request related to a problem? Please describe.
I would like to keep multiple cells in one Nib.
Describe the solution you'd like
Add an extra case to
Former.InstantiateType
enum that will specify some identifier of a cell in Nib. ArestorationIdentifier
or an index. Or just find an instance of a current cell class.The text was updated successfully, but these errors were encountered: