ARAugmentedViewDelegate Protocol Reference
Conforms to | NSObject |
Declared in | ARAugmentedView.h |
Overview
This protocol provides a way for users to supply their own
custom overlay view subclasses for the augmented view to display.
Tasks
-
– overlayViewForOverlay:
Asks the delegate for an overlay view based on the overlay object passed.
Instance Methods
overlayViewForOverlay:
Asks the delegate for an overlay view based on the overlay object passed.
- (AROverlayView *)overlayViewForOverlay:(AROverlay *)overlay
Parameters
- overlay
- The overlay model object that should back the overlay view.
Return Value
A newly initialized AROverlayView for display.
Discussion
Asks the delegate for an overlay view based on the overlay object passed.
Declared In
ARAugmentedView.h