File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ - (IBAction)showAlertViewAction:(id)sender {
38
38
NSLog (@" %@ " ,action.title );
39
39
}]];
40
40
41
- // [alertView addAction:[TYAlertAction actionWithTitle:@"默认1" style:TYAlertActionStyleDefault handler:^(TYAlertAction *action) {
42
- //
43
- // }]];
44
-
45
- //
46
41
[alertView addTextFieldWithConfigurationHandler: ^(UITextField *textField) {
47
42
textField.placeholder = @" 请输入账号" ;
48
43
}];
@@ -101,7 +96,7 @@ - (IBAction)dropdwonAnimationAction:(id)sender {
101
96
[self presentViewController: alertController animated: YES completion: nil ];
102
97
103
98
// or show,use UIView Category
104
- // [alertView showInController:self preferredStyle:TYAlertControllerStyleAlert transitionAnimation:TYAlertTransitionAnimationDropDown ];
99
+ // [alertView showInController:self preferredStyle:TYAlertControllerStyleAlert];
105
100
}
106
101
107
102
- (IBAction )costomActonSheetAction : (id )sender {
You can’t perform that action at this time.
0 commit comments