PTLinkPopupViewControllerDelegate
@protocol PTLinkPopupViewControllerDelegate <NSObject>
The method declared by the PTLinkPopupViewControllerDelegate protocol allows the adopting delegate to respond to messages from
the PTLinkPopupViewController class.
-
Tells the delegate to check if the input text for page link is valid.
Declaration
Objective-C
- (BOOL)linkPopupViewControllerPageTextIsValid: (nonnull PTLinkPopupViewController *)linkPopupViewController;Swift
func linkPopupViewControllerPageTextIsValid(_ linkPopupViewController: PTLinkPopupViewController) -> BoolParameters
linkPopupViewControllerThe
PTLinkPopupViewControllerobject informing the delegate.
PTLinkPopupViewControllerDelegate Protocol Reference