Braze iOS SDK
Documentation for the Braze iOS SDK
 All Classes Functions Properties
Instance Methods | Properties | List of all members
ABKCaptionedImageContentCardCell Class Reference

Instance Methods

(void) - applyCard:
 
- Instance Methods inherited from ABKBaseContentCardCell
(void) - applyCard:
 
(UIImage *) - getPlaceHolderImage
 
(Class) - imageViewClass
 
(void) - setUp
 
(void) - setUpUI
 
(void) - applyAppboyAttributedTextStyleFrom:forLabel:
 

Properties

UIColor * titleLabelColor
 
UIColor * descriptionLabelColor
 
UIColor * linkLabelColor
 
IBOutlet UIImageView * captionedImageView
 
IBOutlet NSLayoutConstraint * imageRatioConstraint
 
IBOutlet UILabel * titleLabel
 
IBOutlet UILabel * descriptionLabel
 
IBOutlet UILabel * linkLabel
 
CGFloat padding
 
- Properties inherited from ABKBaseContentCardCell
IBOutlet UIView * rootView
 
IBOutlet UIImageView * pinImageView
 
IBOutlet UIView * unviewedLineView
 
UIColor * unviewedLineViewColor
 
IBOutlet NSLayoutConstraint * rootViewLeadingConstraint
 
IBOutlet NSLayoutConstraint * rootViewTrailingConstraint
 
IBOutlet NSLayoutConstraint * rootViewTopConstraint
 
IBOutlet NSLayoutConstraint * rootViewBottomConstraint
 
IBOutlet NSLayoutConstraint * cardWidthConstraint
 
CGFloat cardSidePadding
 
CGFloat cardSpacing
 
BOOL hideUnreadIndicator
 
id
< ABKBaseContentCardCellDelegate
delegate