Use modal to display a static UITableView

1

Hello!  I am trying to show a static UITableView using modal transition. But when I click the button it shows nothing. I ran a test for another view and it worked correctly. But when it is done with the view that contains the static table, no error occurs but the screen is not displayed.

I'm using the storyboard.

Ineedthe"Add" button on the above image to be touched. Call the next screen.

Thank you!

    
asked by anonymous 09.09.2014 / 05:16

1 answer

1

Since everything is being done by storyboard there is no secret to calling the modal of the static Table:

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

  • Step 1 :

  • Step2:

  • Step 3 :

TocalltheviewwiththestaticTablethecycleisalmostthesame:

  • Step1forstatictable:

  • Step 2 for static table :

  • Step3forstatictable:

    
10.09.2014 / 16:27