Skip to content

Commit

Permalink
support [UIApplication shareApplication].keyWindow.rootViewController…
Browse files Browse the repository at this point in the history
… call on iOS
  • Loading branch information
Ponyets authored and 潘铭炜 committed Mar 26, 2019
1 parent 43bc786 commit 74e4bde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions detox/ios/Detox/DetoxAppDelegateProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ - (UIWindow *)overlayWindow
return self;
}

- (UIViewController *) rootViewController
{
return [UIApplication sharedApplication].delegate.window.rootViewController;
}

@end

@class DetoxAppDelegateProxy;
Expand Down

0 comments on commit 74e4bde

Please # to comment.