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) -> Bool
Parameters
linkPopupViewController
The
PTLinkPopupViewController
object informing the delegate.