Skip to content

Commit

Permalink
fix: fix demo code style
Browse files Browse the repository at this point in the history
  • Loading branch information
CaicaiNo committed Aug 11, 2020
1 parent 00a8abb commit 13ca9b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/Example/APITests/GIOInputChangeEventViewController.m
Expand Up @@ -14,7 +14,7 @@ @interface GIOInputChangeEventViewController ()<UITextFieldDelegate>
@property (weak, nonatomic) IBOutlet UITextField *passWordTextField;

@property (weak, nonatomic) IBOutlet UISearchBar *searchbartest;
@property (weak, nonatomic) IBOutlet UILabel *ShowDate;
@property (weak, nonatomic) IBOutlet UILabel *showDate;
@property (weak, nonatomic) IBOutlet UIDatePicker *dataPickerOper;


Expand Down Expand Up @@ -78,6 +78,6 @@ -(void)dateChange:(UIDatePicker *)datePicker{
formatter.dateFormat = @"yyyy年 MM月 dd日";
NSString *dateStr = [formatter stringFromDate:datePicker.date];

self.ShowDate.text=dateStr;
self.showDate.text=dateStr;
}
@end
2 changes: 1 addition & 1 deletion Example/Example/Base.lproj/Main.storyboard
Expand Up @@ -1126,10 +1126,10 @@
</view>
<navigationItem key="navigationItem" title="chng 请求" id="u82-48-fwM"/>
<connections>
<outlet property="ShowDate" destination="eGn-gf-Jbp" id="pqB-ge-53f"/>
<outlet property="dataPickerOper" destination="akj-3O-qcd" id="3LV-7J-maW"/>
<outlet property="passWordTextField" destination="rn0-CK-f3T" id="2se-aj-wyM"/>
<outlet property="searchbartest" destination="zy7-qC-Pwm" id="I7o-08-pLk"/>
<outlet property="showDate" destination="eGn-gf-Jbp" id="pqB-ge-53f"/>
<outlet property="userNameTextField" destination="pKv-cg-QdJ" id="Vx6-ly-mIK"/>
</connections>
</viewController>
Expand Down

0 comments on commit 13ca9b4

Please sign in to comment.