Commit c159c0f3 authored by ColdPaleLight's avatar ColdPaleLight

修复键盘无法唤起问题

parent a261f9f2
...@@ -204,6 +204,7 @@ static NSUInteger kInstanceCounter = 0; ...@@ -204,6 +204,7 @@ static NSUInteger kInstanceCounter = 0;
pageName:_name pageName:_name
params:_params params:_params
uniqueId:self.uniqueIDString]; uniqueId:self.uniqueIDString];
[[[UIApplication sharedApplication] keyWindow] endEditing:YES];
[super viewWillDisappear:animated]; [super viewWillDisappear:animated];
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment