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

Instance Methods

(void) - setUpBannerImageView
 
(void) - applyCard:
 
- Instance Methods inherited from ABKNFBaseCardCell
(void) - setUp
 
(void) - setUpUI
 
(void) - setUpRootView
 
(void) - setUpRootViewBorder
 
(void) - setUpUnreadIndicatorView
 
(UIImage *) - getPlaceHolderImage
 
(Class) - imageViewClass
 

Properties

IBOutlet UIImageView * bannerImageView
 
IBOutlet NSLayoutConstraint * imageRatioConstraint
 
- Properties inherited from ABKNFBaseCardCell
IBOutlet UIView * rootView
 
IBOutlet UIImageView * unreadIndicatorView
 
id< ABKBaseNewsFeedCellDelegatedelegate
 
IBOutlet NSLayoutConstraint * rootViewLeadingConstraint
 
IBOutlet NSLayoutConstraint * rootViewTrailingConstraint
 
IBOutlet NSLayoutConstraint * rootViewTopConstraint
 
IBOutlet NSLayoutConstraint * rootViewBottomConstraint
 
CGFloat cardSidePadding
 
CGFloat cardSpacing
 
BOOL hideUnreadIndicator
 

Additional Inherited Members

- Class Methods inherited from ABKNFBaseCardCell
(UIColor *) + ABKNFDescriptionLabelColor
 
(UIColor *) + ABKNFTitleLabelColor
 
(UIColor *) + ABKNFTitleLabelColorOnGray
 

Method Documentation

- (void) applyCard: (ABKCard *)  card
Parameters
cardThe card model for the cell.

Apply the data from the given card to the card cell.

Implements ABKNFBaseCardCell.

- (void) setUpBannerImageView

Programmatic initialization and layout of the banner imageView, exposed for customization.