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< ABKBaseNewsFeedCellDelegate > | delegate |
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 |
- (void) applyCard: | (ABKCard *) | card |
card | The 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.