|
|
@@ -62,14 +62,7 @@
|
|
|
|
|
|
- (IBAction)btnCancelTouched:(id)sender {
|
|
|
|
|
|
- UIViewController *vc = [CommonUtil instantiateViewControllerWithIdentifier:@"LoginViewController" storyboardName:@"Main"];
|
|
|
-
|
|
|
- vc.providesPresentationContextTransitionStyle = NO;
|
|
|
- vc.definesPresentationContext = NO;
|
|
|
-
|
|
|
- [vc setModalPresentationStyle:UIModalPresentationOverCurrentContext];
|
|
|
-
|
|
|
- [self presentViewController:vc animated:YES completion:nil];
|
|
|
+ [self dismissViewControllerAnimated:YES completion:nil];
|
|
|
}
|
|
|
|
|
|
- (IBAction)btnSendTouched:(id)sender {
|