PTBookmarkViewCellDelegate
@protocol PTBookmarkViewCellDelegate <NSObject>
The interface for the delegate of a PTBookmarkViewCell
instance.
-
Undocumented
Declaration
Objective-C
- (void)bookmarkViewCell:(PTBookmarkViewCell *)bookmarkViewCell didChangeText:(NSString *)text;
Swift
optional func bookmarkViewCell(_ bookmarkViewCell: PTBookmarkViewCell, didChangeText text: String)
-
Undocumented
Declaration
Objective-C
- (void)bookmarkViewCell:(PTBookmarkViewCell *)bookmarkViewCell didCommitText:(NSString *)text;
Swift
optional func bookmarkViewCell(_ bookmarkViewCell: PTBookmarkViewCell, didCommitText text: String)