We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70a98ad + c7711be commit 747e53dCopy full SHA for 747e53d
1 file changed
SIAlertView/SIAlertView.h
@@ -46,7 +46,7 @@ typedef void(^SIAlertViewHandler)(SIAlertView *alertView);
46
@property (nonatomic, copy) NSString *message;
47
48
@property (nonatomic, assign) SIAlertViewTransitionStyle transitionStyle; // default is SIAlertViewTransitionStyleSlideFromBottom
49
-@property (nonatomic, assign) SIAlertViewBackgroundStyle backgroundStyle; // default is SIAlertViewButtonTypeGradient
+@property (nonatomic, assign) SIAlertViewBackgroundStyle backgroundStyle; // default is SIAlertViewBackgroundStyleGradient
50
@property (nonatomic, assign) SIAlertViewButtonsListStyle buttonsListStyle; // default is SIAlertViewButtonsListStyleNormal
51
52
@property (nonatomic, copy) SIAlertViewHandler willShowHandler;
0 commit comments