forkingdog / UITableView-FDTemplateLayoutCell

Template auto layout cell for automatically UITableViewCell height calculating
MIT License
9.93k stars 2.01k forks source link

Feature request - add a possibility to customize template cell creatation #417

Open gerchicov-bp opened 3 years ago

gerchicov-bp commented 3 years ago

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