captureScenario:stringForResourceType:forPageAtIndex: method of the AUIMultiPageUISettings protocol
Applies the appearance settings to the specified page.
Use this method to customize string resources, that will be shown as tips for a user.
- (void)captureScenario:(AUIMultiPageImageCaptureScenario*)captureScenario
stringForResourceType:(id<AUIMultiPageResourceType>)event
forPageAtIndex:(NSUInteger)index;
Parameters
- captureScenario
- The multipage image capture scenario, represented by the AUIMultiPageImageCaptureScenario object. The page to which the appearance setting should be applied is processed during this scenario.
- event
- The AUIMultiPageResourceType object, defining the source string that will be shown at the current view.
- index
- The number of the page to which the settings should be applied.
3/2/2022 12:59:15 PM