Make ur view manager implement UITableViewDelegate and UIActionSheetDelegate and assign these delegates correctly
Override the table View: didSelectRowAtIndexPath: show your ActionSheet Override actionSheet: clickedButtonAtIndex: and release the ActionSheet and show the following view.
source share