FBAdImage
A more recent version of this class is available. Check out the latest version.

Represents an image creative.

Inherits from:NSObject
Declared in:FBAdImage.h
Properties
height

Typed access to the image height.

@property (nonatomic, assign, readonly) int height;
Declared In: FBAdImage.h
url

Typed access to the image url.

@property (nonatomic, copy, readonly) NSURL *url;
Declared In: FBAdImage.h
width

Typed access to the image width.

@property (nonatomic, assign, readonly) int width;
Declared In: FBAdImage.h
Instance Methods
initWithURL:width:height:

This is a method to initialize an FBAdImage.

ParameterDescription
url

The image url.

width

The image width.

height

The image height.

- (id)
initWithURL: (NSURL *)url
width: (int)width
height: (int)height;
Declared In: FBAdImage.h