mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Fix swift sample. (#669)
This commit is contained in:
@@ -25,7 +25,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
|
||||
let window = UIWindow(frame: UIScreen.main.bounds)
|
||||
window.backgroundColor = UIColor.white
|
||||
window.rootViewController = UINavigationController(rootViewController: OverviewViewController());
|
||||
window.rootViewController = UINavigationController(rootViewController: OverviewViewController())
|
||||
window.makeKeyAndVisible()
|
||||
self.window = window
|
||||
|
||||
|
||||
Reference in New Issue
Block a user