How to show 2 customized cells in the UITableView
I have to show 2 different cells in a table. I have tried it by setting a prototype to a table. but it is still showing Prototype table cells must have reuse identifiers warning. could someone please guide me to resolve this warning. Followed this link: UITableview with more than One Custom Cells with Swift In storyboard you have to define the Identifier for the cells like the below image Then in cellForRowAtIndexPath you have to use the specific identifier for specific cell like this func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell { if