Inherits from TKStyleNode : NSObject
Declared in TKAlertStyle.h

Overview

Reprsents the alert message style when using TKAlert.

Properties

backgroundColor

The background color of TKAlert.

@property (nonatomic, strong, nullable) UIColor *backgroundColor

Declared In

TKAlertStyle.h

backgroundDimAlpha

The value of TKAlert’s dim background opacity.

@property (nonatomic) CGFloat backgroundDimAlpha

Declared In

TKAlertStyle.h

backgroundStyle

The style of TKAlert’s background. -TKAlertViewBackgroundStyleDim, -TKAlertBackgroundStyleBlur, -TKAlertBackgroundStyleClear

@property (nonatomic) TKAlertBackgroundStyle backgroundStyle

Declared In

TKAlertStyle.h

backgroundTintColor

The tint color of TKAlert’s background.

@property (nonatomic, strong, nullable) UIColor *backgroundTintColor

Declared In

TKAlertStyle.h

buttonHeight

The height the action buttons.

@property (nonatomic) CGFloat buttonHeight

Declared In

TKAlertStyle.h

buttonSpacing

The spacing between every two action buttons.

@property (nonatomic) CGFloat buttonSpacing

Declared In

TKAlertStyle.h

buttonsInset

The buttons insets.

@property (nonatomic) UIEdgeInsets buttonsInset

Declared In

TKAlertStyle.h

centerFrame

Determines whether the custom frame will be centered in screen.

@property (nonatomic) BOOL centerFrame

Declared In

TKAlertStyle.h

contentHeight

The height of content view.

@property (nonatomic) CGFloat contentHeight

Declared In

TKAlertStyle.h

contentInset

The content insets relative to its view size.

@property (nonatomic) UIEdgeInsets contentInset

Declared In

TKAlertStyle.h

contentSeparatorWidth

The width of the gap between the contentView and the buttonsView.

@property (nonatomic) CGFloat contentSeparatorWidth

Declared In

TKAlertStyle.h

cornerRadius

The corner radius of the view.

@property (nonatomic) CGFloat cornerRadius

Declared In

TKAlertStyle.h

dismissAnimation

The animation by which TKAlert appears and hides. -TKAlertAnimationScale, -TKAlertAnimationFade, -TKAlertAnimationSlideFromLeft, -TKAlertAnimationSlideFromTop, -TKAlertAnimationSlideFromRight, -TKAlertAnimationSlideFromBottom,

@property (nonatomic) TKAlertAnimation dismissAnimation

Declared In

TKAlertStyle.h

headerHeight

The height of header view.

@property (nonatomic) CGFloat headerHeight

Declared In

TKAlertStyle.h

maxWidth

The maximum possible width of TKAlert.

@property (nonatomic) CGFloat maxWidth

Declared In

TKAlertStyle.h

messageColor

The message color.

@property (nonatomic, strong, nullable) UIColor *messageColor

Declared In

TKAlertStyle.h

showAnimation

The animation by which TKAlert appears and hides. -TKAlertAnimationScale, -TKAlertAnimationFade, -TKAlertAnimationSlideFromLeft, -TKAlertAnimationSlideFromTop, -TKAlertAnimationSlideFromRight, -TKAlertAnimationSlideFromBottom,

@property (nonatomic) TKAlertAnimation showAnimation

Declared In

TKAlertStyle.h

titleColor

The title color.

@property (nonatomic, strong, nullable) UIColor *titleColor

Declared In

TKAlertStyle.h

titleSeparatorWidth

The width of the gap between the headerView and the contentView.

@property (nonatomic) CGFloat titleSeparatorWidth

Declared In

TKAlertStyle.h