PTThumbnailSliderViewDelegate
@protocol PTThumbnailSliderViewDelegate <NSObject>
The methods declared by the PTThumbnailSliderViewDelegate
protocol allow the adopting delegate to
respond to messages from the ThumbnailSliderView
class.
-
Informs the delegate when the slider is touched by the user.
Declaration
Objective-C
- (void)thumbnailSliderViewInUse: (nonnull PTThumbnailSliderViewController *)thumbnailSliderViewController;
Swift
optional func thumbnailSliderView(inUse thumbnailSliderViewController: PTThumbnailSliderViewController)
-
Informs the delegate when the slider is no longer being touched by the user.
Declaration
Objective-C
- (void)thumbnailSliderViewNotInUse: (nonnull PTThumbnailSliderViewController *)thumbnailSliderViewController;
Swift
optional func thumbnailSliderViewNot(inUse thumbnailSliderViewController: PTThumbnailSliderViewController)