I have three UIButton in my custom UITableViewCell and i want to navigate to different views on their button actions. When i am implementing navigation it is giving error which is saying like UITableView Cell is not having navigation property. Is there any way to make this navigation possible?
Also i am not using storyboard as i am in the middle of the project so i don’t want to use storyboard at this point.
You can add Notification in the view controller class and call that notification from the method. OR you can use Protocols-delegate approach too.