Inherits from TKView : UIView
Declared in TKAlertContentView.h

Overview

The message body of an alert defined in a TKAlert object.

Tasks

Properties

alert

The alert instance owner of this content view.

@property (nonatomic, weak, null_unspecified) TKAlert *alert

Declared In

TKAlertContentView.h

imageView

The image view contained in TKAlert’s content view.

@property (nonatomic, strong, readonly, nonnull) UIImageView *imageView

Declared In

TKAlertContentView.h

textLabel

The text label contained in TKAalert’s content view.

@property (nonatomic, strong, readonly, nonnull) UILabel *textLabel

Declared In

TKAlertContentView.h