Inherits from UIImageView
Declared in SCImageView.h

Overview

This class provides a way for UIImageViews to bind themselves to a specific object property.

Tasks

Properties

boundPropertyName

The property the image view is bound to. The runtime value of this property must be one of the following: 1. A UIImage object. 2. An NSURL object containing a URL to the image. 3. The literal name of an image in the app’s Resource folder (e.g. “MyImage.png”).

@property (nonatomic, copy) IBInspectable NSString *boundPropertyName

Declared In

SCImageView.h