Instance Methods | |
| (void) | - setUpClassicImageView |
| (void) | - setUpTitleLabel |
| (void) | - setUpDescriptionLabel |
| (void) | - setUpLinkLabel |
| (void) | - setUpFonts |
| (void) | - applyCard: |
Instance Methods inherited from ABKNFBaseCardCell | |
| (void) | - setUp |
| (void) | - setUpUI |
| (void) | - setUpRootView |
| (void) | - setUpRootViewBorder |
| (void) | - setUpUnreadIndicatorView |
| (void) | - applyCard: |
| (UIImage *) | - getPlaceHolderImage |
| (Class) | - imageViewClass |
Properties | |
| UIColor * | titleLabelColor |
| UIColor * | descriptionLabelColor |
| UIColor * | linkLabelColor |
| IBOutlet UIImageView * | classicImageView |
| IBOutlet UILabel * | titleLabel |
| IBOutlet UILabel * | descriptionLabel |
| IBOutlet UILabel * | linkLabel |
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) setUpClassicImageView |
Programmatic initialization and layout of image view. Exposed for customization.
| - (void) setUpDescriptionLabel |
Programmatic initialization and layout of the description label. Exposed for customization.
| - (void) setUpFonts |
Configures fonts of labels with dynamic type on supported versions of iOS uses older font style on earlier versions. Exposed for customization.
| - (void) setUpLinkLabel |
Programmatic initialization and layout of the link label. Exposed for customization.
| - (void) setUpTitleLabel |
Programmatic initialization and layout of the title label. Exposed for customization.
1.8.3.1