'Not able to add static UITableViewCell into tableview

As I am new in IOS development I am trying to add CustomeCell into tableView but I can not add it from library.

What I am doing is just drag TableView in my ViewController and than drag tableview cell in it but its added as extra view under ViewController 's view not able to add it into tableview.

I am stuck here any idea how can I add cell by drag and drop.

Screen shot :

I know how to add cell by coding but its very lengthy process to add every thing by code.

Any guidence will be appreciated.

Thanks in advance.enter image description hereenter image description here



Solution 1:[1]

I'm sorry for late answer, if you're using xib layout check this;

Cannot add a PrototypeCell to UITableView inside xib file

Solution 2:[2]

For this first select your TableView and in the Inspector Window Increase Prototype Cells by 1 as shown in ScreenShot

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ali Ozkara
Solution 2 NSNoob