Use modal to display a static Uitableview

Asked

Viewed 77 times

1

Hello! I am trying to show a static Uitableview using modal transition. But when I click on the button it shows nothing. I tested for another view and it worked properly. But when it is performed with the view that contains the static table no error occurs but also the screen is not displayed.

I’m using the storyboard.

inserir a descrição da imagem aqui

I need that when the "Add" button in the image above is played call the screen next.

Thank you!

1 answer

1


Since everything is being done storyboard no secret calling the modal table static:

To call a normal view as you quoted the cycle was probably this:

  • Step 1:

    passo1

  • Step 2:

passo2

  • Step 3:

passo3


To call the view with the static table the cycle is practically the same:

  • Step 1 to table statica:

passo1static

  • Step 2 to table statica:

passo2static

  • Step 3 to table statica:

passo3static

  • Good friend, in my case I had to 'embed in' the Static table in a Navigation Controller to make the transition :P

  • With navigation is even easier and still has a component ready with a built-in table.

  • Yes it was very useful and I also needed the Uinavigationcontroller! I eliminated two questions with a solution! But thank you, your attention and your dedication in giving a detailed answer and with pictures deserves my respect and many others! Thank you again!!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.