i have app with splitviewcontroller , in master view of splitview i have uitableview and in detail view i have image gallery .which shows large image of the item selected in cell of uitable view of master view.
i also have previous next button in image gallery so that user can go to previous or next photo ie in detail view of split view.
now i want to set selected to cell of tableview in master view of splitview when user tap next or previous in detail view.
i must be able to setSelectedBackgroundView of uitablecell in master view from detail view in splitview
any help or tutorial or link or idea is highly appreciated.