The iOS framework that grows only as fast as its documentation
<NIPhotoScrubberViewDelegate> Protocol Reference

Overview

The delegate for the photo scrubber.

Sends notifications of state changes.

See Also
NIPhotoScrubberView
Inheritance diagram for <NIPhotoScrubberViewDelegate>:
NIToolbarPhotoViewController

Tasks

Selection Changes
(void) - photoScrubberViewDidChangeSelection:
 

Method Documentation

photoScrubberViewDidChangeSelection:

The photo scrubber changed its selection.

- (void)photoScrubberViewDidChangeSelection:(NIPhotoScrubberView *)photoScrubberView;
Discussion

Use photoScrubberView.selectedPhotoIndex to access the current selection.