- (id)init {
// Set self's frame to encompass the image
if (self = [self initWithFrame:frame]) {
placardImage = image;
[self setupNextDisplayString];
}
return self;
}
// Set self's frame to encompass the image
if (self = [self initWithFrame:frame]) {
placardImage = image;
[self setupNextDisplayString];
}
return self;
}
The (id) allows for ANY object, and it must return it's self