tags:

views:

93

answers:

0

Hi All,

I have a navigationcontroller and on click of a row i want a sheet

self.modalPresentationStyle=UIModalPresentationPageSheet;

that comes up and takes the middle space of iPad (transparent). This works fine but what i want is this sheet which is itself a viewcontroller having table view within it. Now when the user clicks on the table row of this sheet the navigation shud happen and another view shud come as sliding animation effect. But I am not able to add another navigationcontroller to this view.

Please help also is there any way to get this sliding animation effect without navigation ?

Hoping I was able to explain my issue :o).

Regards.. Amit