Skip to content

Commit

Permalink
Deprecate outdated ActionSheetDistancePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
skywinder committed Sep 29, 2014
1 parent c95971b commit ef5d55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pickers/ActionSheetCustomPickerDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Allows for instance, ability to set separate delegates and data sources as well as GUI settings on the UIPickerView
If not defined and explicily overridden then this class will be the delegate and dataSource.
*/
- (void)configurePickerView:(UIPickerView *)pickerView DEPRECATED_ATTRIBUTE;
- (void)configurePickerView:(UIPickerView *)pickerView DEPRECATED_MSG_ATTRIBUTE("use -actionSheetPicker:configurePickerView: instead.");
- (void)actionSheetPicker:(AbstractActionSheetPicker *)actionSheetPicker configurePickerView:(UIPickerView *)pickerView;

/**
Expand Down
2 changes: 1 addition & 1 deletion Pickers/ActionSheetDistancePicker.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#import "AbstractActionSheetPicker.h"
#import "DistancePickerView.h"

DEPRECATED_MSG_ATTRIBUTE("use ActionSheetCustomPicker instead.")
@interface ActionSheetDistancePicker : AbstractActionSheetPicker <UIPickerViewDelegate, UIPickerViewDataSource>

+ (id)showPickerWithTitle:(NSString *)title bigUnitString:(NSString *)bigUnitString bigUnitMax:(NSInteger)bigUnitMax selectedBigUnit:(NSInteger)selectedBigUnit smallUnitString:(NSString*)smallUnitString smallUnitMax:(NSInteger)smallUnitMax selectedSmallUnit:(NSInteger)selectedSmallUnit target:(id)target action:(SEL)action origin:(id)origin;
Expand Down

0 comments on commit ef5d55b

Please sign in to comment.