IGListWorkingRangeDelegate

Objective-C

@protocol IGListWorkingRangeDelegate <NSObject>

Swift

protocol ListWorkingRangeDelegate : NSObjectProtocol

Implement this protocol to receive working range events for a list.

The working range is a range near the viewport in which you can begin preparing content for display. For example, you could begin decoding images, or warming text caches.