PTDocumentTabTableViewControllerDelegate
@protocol PTDocumentTabTableViewControllerDelegate <NSObject>
@optional
- (void)documentTabViewController:(PTDocumentTabTableViewController *)documentTabViewController didSelectTabAtIndex:(NSInteger)tabIndex;
- (void)documentTabViewController:(PTDocumentTabTableViewController *)documentTabViewController
didRemoveTabAtIndex:(NSInteger)tabIndex;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)documentTabViewController:(PTDocumentTabTableViewController *)documentTabViewController didSelectTabAtIndex:(NSInteger)tabIndex;
Swift
optional func documentTabViewController(_ documentTabViewController: PTDocumentTabTableViewController, didSelectTabAt tabIndex: Int)
-
Undocumented
Declaration
Objective-C
- (void)documentTabViewController:(PTDocumentTabTableViewController *)documentTabViewController didRemoveTabAtIndex:(NSInteger)tabIndex;
Swift
optional func documentTabViewController(_ documentTabViewController: PTDocumentTabTableViewController, didRemoveTabAt tabIndex: Int)