ios: Use a persistent callbackId instead of calling sendJs

This commit is contained in:
Andrew Grieve
2014-07-14 22:55:04 -04:00
parent f0031ca2b4
commit be8a3e5947
3 changed files with 39 additions and 12 deletions
+1 -3
View File
@@ -23,12 +23,10 @@
@interface CDVStatusBar : CDVPlugin {
@protected
BOOL _statusBarOverlaysWebView;
@protected
UIView* _statusBarBackgroundView;
@protected
BOOL _uiviewControllerBasedStatusBarAppearance;
@protected
UIColor* _statusBarBackgroundColor;
NSString* _eventsCallbackId;
}
@property (atomic, assign) BOOL statusBarOverlaysWebView;