PTCustomTableViewControllerDelegate
@protocol PTCustomTableViewControllerDelegate <NSObject>
The PTCustomTableViewControllerDelegate protocol allows the adopting class to respond to events from the PTCustomTableViewController
.
-
Undocumented
Declaration
Objective-C
-(void)customTableViewController:(PTCustomTableViewController *)customTableViewController didSelectItemAtIndexPath:(NSIndexPath*)indexPath;
Swift
func customTableViewController(_ customTableViewController: PTCustomTableViewController, didSelectItemAt indexPath: IndexPath)