BTNCardCallToAction Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | BTNCardCallToAction.h |
icon
The icon representing the call to action.
@property (nonatomic, strong, readwrite) UIImage *iconDiscussion
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 *titleDiscussion
The title text for the call to action.
Declared In
BTNCardCallToAction.h
– initWithIcon:title:titleColor:
Creates a call to action instance.
- (instancetype)initWithIcon:(UIImage *)icon title:(NSString *)title titleColor:(UIColor *)titleColorParameters
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