i’m working in ipad application,i have a viewController A which have many subviews viewcontroller b,c,d,e,f… when i want to select a cell from one of viewcontroller to have a prsent modal view “full screen” it’s not working ,how can i fix that
i’m working in ipad application,i have a viewController A which have many subviews viewcontroller
Share
as you have added all the viewcontroller as a subview you don’t need to present it
you just try
hope this help ,
EDIT
regards,