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.
I need that when the "Add" button in the image above is played call the screen next.
Thank you!
Good friend, in my case I had to 'embed in' the Static table in a Navigation Controller to make the transition :P
– Tiago Amaral
With navigation is even easier and still has a component ready with a built-in table.
– iTSangar
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!!
– Tiago Amaral