Default UIApplicationDelegate removed

This commit is contained in:
Vladimir Enchev
2015-08-03 14:49:04 +03:00
parent 5a06731daa
commit c57b47aa3d
3 changed files with 105 additions and 93 deletions

View File

@@ -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.