Swift passing array values when present model dismissing time
问题 My scenario, I am having tabbar with three viewcontroller and first tabbar viewcontroller I am showing tableview with some data . Whenever I am clicking the tableview cell I am passing the data to one special present model popupcontroller. If I dismiss popup controller I need to show directly to tabbar index 1 (I mean tabbar second viewcontroller ) also need to pass the values . Here, below code I tried After select the tableview cell passing values to popupview controller Popup close button