I am using the SWRevealViewController library and have set my respective views to 'sw_rear' and 'sw_front'. I know how to create a side menu if it was activated by a bar button item tap as such:
menuButton.target = self.revealViewController()
menuButton.action = "revealToggle:"
I am trying to implement a version where the user taps the very right tab bar item and the side menu appears.
I dont know how to set a target and action for this to happen though.