forkingdog / forkingdog/UITableView-FDTemplateLayoutCell
Feature request - add a possibility to customize template cell creatation
Open
- Dominant language
- Objective-C
- Stars
- 9.9k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
From your readme:
>A template layout cell is created by -dequeueReusableCellWithIdentifier: method, it means that you MUST have registered this cell reuse identifier by one of:
>A prototype cell of UITableView in storyboard.
>Use -registerNib:forCellReuseIdentifier:
>Use -registerClass:forCellReuseIdentifier:
Usually it is also possible to call `dequeueReusableCellWithIdentifier` and create a cell in the same place if necessary but you forbid that
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.