GCKImage Class

GCKImage Class Reference

Overview

A class that represents an image that is located on a web server.

Used for such things as GCKDevice icons and GCKMediaMetadata artwork.

Inherits NSObject, <NSCopying>, and <NSSecureCoding>.

Instance Method Summary

(instancetype) 
Constructs a new GCKImage with the given URL and dimensions. More...
(instancetype) 
- init
Default initializer is not available. More...

Property Summary

NSURL * 
URL
The image URL. More...
NSInteger 
The image width, in pixels. More...
NSInteger 
The image height, in pixels. More...

Method Detail

- (instancetype) initWithURL: (NSURL *)  URL
width: (NSInteger)  width
height: (NSInteger)  height

Constructs a new GCKImage with the given URL and dimensions.

Designated initializer.

Parameters
URL The URL of the image.
width The width of the image, in pixels.
height The height of the image, in pixels.
Exceptions
NSInvalidArgumentException
if the URL is nil or empty, or the dimensions are invalid.
- (instancetype) init

Default initializer is not available.

Property Detail

- (NSURL*) URL
read nonatomic strong

The image URL.

- (NSInteger) width
read nonatomic assign

The image width, in pixels.

- (NSInteger) height
read nonatomic assign

The image height, in pixels.

Create a Mobile Website
View Site in Mobile | Classic
Share by: