Pergunta

I'm learning iOS and following a tutorial to create a basic app. Everything was going well until the button to change segues has now disappeared?

There's another button on the next screen linking back in the same position as history that has also disappeared.

Could someone explain to me why this is happening?

Button not showing on simulator vs storyboard.

Foi útil?

Solução

Your problem seems to be, that your storyboard displays the 4-inch display, while your simulator runs a 3.5-inch display.
You can switch the storyboard and the simulator between both options.

enter image description here enter image description here

In order to fit the layout on both displays you should add constraints.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top