WelcomeTableViewCell

Is now in design this...

___________________________________

| view of viewController |

| |

| ______________________________ |

| | tableView |

| | ____________________________ | |

| | _______________________yy___ | |

| | _______________________yy___ | |

| | _______________________yy___ | |

| |

| XX |

|_________________________________|
But in simulator it gives me only this...

| ______________________________ |

| | tableView |

| | ____________________________ | |

| | _______________________yy___ | |

| | _______________________yy___ | |

| | _______________________yy___ | |

___________________________________

| ______________________________ |

| | tableView |

| | ____________________________ | |

| | _______________________yy___ | |

| | _______________________yy___ | |

| | _______________________yy___ | |


| ______________________________ |

| | tableView |

| | ____________________________ | |

| | _______________________yy___ | |

| | _______________________yy___ | |

| | _______________________yy___ | |

___________________________________

___________________________________

Replies

Great you did some drawing, but could you explain ?


I understand you have designed in IB:

- a ViewController

- embedded a tableView inside


What are the 3 lines:

| | _______________________yy___ | |


Do they represent a prototype cell ?

Or have you created 3 prototype cells ?

Then, why the same content (yy all times)


Then you add a xx (label, or button) at bottom, below the table.

And xx does not show.


Is that the situation ?


If so, you should check in IB that you have:

- put the xx OUT of the tableView

- defined a constraint for xx to set bottom space to safe are

- defined a constraint for the tableview bottom for vertical spacing with xx: that will limit the height of tableView.


I have tested this setup, it works.

I took screenshots.
Start, look good on planning https://ibb.co/KGPnFbB

The simulator and my iPhone results the same (Phone 6S Plus)
Result is here, repeating all the time https://ibb.co/QYtZZmb

Somehow the text that i have created in InitialSetupViewController repeats itself multiple times in the launchview and i an stunned, because in my initial desing (Pic.1) it is not visible.
But in Simulator it shows only InitialSetupViewController thext, but not the main content, etc

All possible help is appreciated.

Please, show the code of the viewcontroller.


And please, answer the questions of my original post, that will help to understand what's happening.