Instance Methods | |
(void) | - setupLayoutForGraphic |
(void) | - setupLayoutForTopImage |
(void) | - changeCloseButtonColor |
(IBAction) | - dismissInAppMessage: |
(IBAction) | - buttonClicked: |
Properties | |
IBOutlet UILabel * | inAppMessageHeaderLabel |
IBOutlet UIImageView * | graphicImageView |
IBOutlet NSLayoutConstraint * | headerBodySpaceConstraint |
IBOutlet ABKInAppMessageUIButton * | leftInAppMessageButton |
IBOutlet ABKInAppMessageUIButton * | rightInAppMessageButton |
IBOutlet UIScrollView * | textsView |
- (IBAction) buttonClicked: | (ABKInAppMessageUIButton *) | button |
The touch up inside action for the in-app message buttons.
For customization, please use a subclass or category to override this method.
- (void) changeCloseButtonColor |
This method is used for setting the color of the close button.
For customization, please use a subclass or category to override this method.
- (IBAction) dismissInAppMessage: | (id) | sender |
The touch up inside action for the close button. The default behavior is to close the in-app message.
For customization, please use a subclass or category to override this method.
- (void) setupLayoutForGraphic |
This method is used for setting up the layout for ABKInAppMessageGraphic image style.
For customization, please use a subclass or category to override this method.
- (void) setupLayoutForTopImage |
This method is used for setting up the layout for ABKInAppMessageTopImage image style.
For customization, please use a subclass or category to override this method.
|
readwritenonatomicweak |
The UIImageView for the in-app message image.
|
readwritenonatomicassign |
The NSLayoutConstraint that specifies the space between the header and rest of the in-app message.
|
readwritenonatomicweak |
The UILabel for the in-app message header.
|
readwritenonatomicretain |
The UIButton on the left of the in-app message.
|
readwritenonatomicretain |
The UIButton on the right of the in-app message. When there is only one button in the in-app message, this right button is the one that is used.
|
readwritenonatomicassign |
The UIScrollView for the message of the in-app message.