I have 2 view controllers and the 2nd view controller has a table view in it I have used storyboard for this purpose and for transition from 1st to 2nd view controller i'm using a popover controller. The problem is since i'm using a table view controller in 2nd view controller, when i click on did select row at index path , a view comes but along with the previous popover size. I'm stuck at this as how to dynamically resize when i click on cell ,Any possible help will be appreciated?
p.s- Please note i'm not using any IBOulet to popover controller and not creating it by code also.Earloer i have used setcontentsize for resizing popovers but with story board i'm stuck.