mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Default UIApplicationDelegate removed
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
import application = require("application");
|
||||
|
||||
// Specify custom UIApplicationDelegate.
|
||||
/*
|
||||
class MyDelegate extends UIResponder implements UIApplicationDelegate {
|
||||
public window: UIWindow;
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
|
||||
application.ios.delegate = MyDelegate;
|
||||
*/
|
||||
application.mainModule = "app/mainPage";
|
||||
|
||||
// Common events for both Android and iOS.
|
||||
|
||||
Reference in New Issue
Block a user