Inherits from UIView
Declared in ARAugmentedView.h
ARAugmentedView.m

Overview

This UIView subclass is the view used for displaying the final
result of a client-submitted photo that has been augmented by our 
servers.

Developers using this class should use the custom init method which
takes as arguments the image submitted and also a 2D array of points for
the overlays that should be drawn.

Tasks

Properties

augmentedPhoto

The photo model read used by this class for displaying the augmented photo.

@property (nonatomic, strong) ARAugmentedPhoto *augmentedPhoto

Discussion

The photo model read used by this class for displaying the augmented photo.

Declared In

ARAugmentedView.h

delegate

The delegate for the augmented view.

@property (nonatomic, weak) IBOutlet id<> delegate

Discussion

The delegate for the augmented view.

Declared In

ARAugmentedView.h

overlayImageView

The image view that displays the image taken by the client.

@property (nonatomic, strong) UIImageView *overlayImageView

Discussion

The image view that displays the image taken by the client.

Declared In

ARAugmentedView.h

overlayScaleFactor

The scale factor to apply to overlays to have them fit correctly in the scaled augmented view.

@property (nonatomic, assign) CGFloat overlayScaleFactor

Discussion

The scale factor to apply to overlays to have them fit correctly in the scaled augmented view.

Declared In

ARAugmentedView.h

overlayViews

A container for all overlay views being displayed in the view.

@property (nonatomic, strong, readonly) NSMutableArray *overlayViews

Discussion

A container for all overlay views being displayed in the view.

Declared In

ARAugmentedView.h