Skip to content

Commit 747e53d

Browse files
committed
Merge pull request Sumi-Interactive#79 from yutmr/master
Fixed wrong comment
2 parents 70a98ad + c7711be commit 747e53d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SIAlertView/SIAlertView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ typedef void(^SIAlertViewHandler)(SIAlertView *alertView);
4646
@property (nonatomic, copy) NSString *message;
4747

4848
@property (nonatomic, assign) SIAlertViewTransitionStyle transitionStyle; // default is SIAlertViewTransitionStyleSlideFromBottom
49-
@property (nonatomic, assign) SIAlertViewBackgroundStyle backgroundStyle; // default is SIAlertViewButtonTypeGradient
49+
@property (nonatomic, assign) SIAlertViewBackgroundStyle backgroundStyle; // default is SIAlertViewBackgroundStyleGradient
5050
@property (nonatomic, assign) SIAlertViewButtonsListStyle buttonsListStyle; // default is SIAlertViewButtonsListStyleNormal
5151

5252
@property (nonatomic, copy) SIAlertViewHandler willShowHandler;

0 commit comments

Comments
 (0)