BTNCardCallToAction Class Reference

Inherits from NSObject
Declared in BTNCardCallToAction.h

  icon

The icon representing the call to action.

@property (nonatomic, strong, readwrite) UIImage *icon

Discussion

The icon representing the call to action.

Declared In

BTNCardCallToAction.h

  title

The title text for the call to action.

@property (nonatomic, copy, readwrite) NSString *title

Discussion

The title text for the call to action.

Declared In

BTNCardCallToAction.h

  titleColor

The color for the call to action title text.

@property (nonatomic, strong, readwrite) UIColor *titleColor

Discussion

The color for the call to action title text.

Declared In

BTNCardCallToAction.h

– initWithIcon:title:titleColor:

Creates a call to action instance.

- (instancetype)initWithIcon:(UIImage *)icon title:(NSString *)title titleColor:(UIColor *)titleColor

Parameters

icon

The icon representing the call to action.

title

The title text for the call to action.

titleColor

The color for the call to action title text.

Return Value

Returns a call to action instance.

Discussion

Creates a call to action instance.

Declared In

BTNCardCallToAction.h