diff --git a/RKDropdownAlert.xcodeproj/project.xcworkspace/xcuserdata/cwrichardkim93.xcuserdatad/UserInterfaceState.xcuserstate b/RKDropdownAlert.xcodeproj/project.xcworkspace/xcuserdata/cwrichardkim93.xcuserdatad/UserInterfaceState.xcuserstate index 8537254..1e77636 100644 Binary files a/RKDropdownAlert.xcodeproj/project.xcworkspace/xcuserdata/cwrichardkim93.xcuserdatad/UserInterfaceState.xcuserstate and b/RKDropdownAlert.xcodeproj/project.xcworkspace/xcuserdata/cwrichardkim93.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/SlingshotDropdownAlert/RKDropdownAlert.h b/SlingshotDropdownAlert/RKDropdownAlert.h index d751ee3..5e7beab 100644 --- a/SlingshotDropdownAlert/RKDropdownAlert.h +++ b/SlingshotDropdownAlert/RKDropdownAlert.h @@ -60,10 +60,12 @@ extern NSString *const RKDropdownAlertDismissAllNotification; +(void)title:(NSString*)title time:(NSInteger)seconds delegate:(id)delegate; +(void)title:(NSString*)title backgroundColor:(UIColor*)backgroundColor textColor:(UIColor*)textColor delegate:(id)delegate; +(void)title:(NSString*)title backgroundColor:(UIColor*)backgroundColor textColor:(UIColor*)textColor time:(NSInteger)seconds delegate:(id)delegate; + +(void)title:(NSString*)title message:(NSString*)message delegate:(id)delegate; +(void)title:(NSString*)title message:(NSString*)message time:(NSInteger)seconds delegate:(id)delegate; +(void)title:(NSString*)title message:(NSString*)message backgroundColor:(UIColor*)backgroundColor textColor:(UIColor*)textColor delegate:(id)delegate; +(void)title:(NSString*)title message:(NSString*)message backgroundColor:(UIColor*)backgroundColor textColor:(UIColor*)textColor time:(NSInteger)seconds delegate:(id)delegate; + +(void)dismissAllAlert; @property UIColor *defaultViewColor;