Siddharth
Siddharth

Reputation: 4312

Table View Cell not become visible on device

I am beginner with iOS application development so it may be that I am doing some easy mistake :)

At present in StoryBoard, I have added Table View and created Table View Cell within its child but when I run the application in Simulator, I found no entry of cell.

Also I tried with Table View Controller too because I read that you can't create static cells in Table View.

Please check the following screenshots:

Table View Cell

enter image description here

Table View Controller

enter image description here

I am stuck in both approaches.

Upvotes: 0

Views: 48

Answers (1)

Shehata Gamal
Shehata Gamal

Reputation: 100503

Select static cells from content

enter image description here

to set height

enter image description here

Upvotes: 1

Related Questions