Skip to content

Commit

Permalink
更新debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckDeck committed Nov 6, 2020
1 parent c82882d commit a577804
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ViewChaosDemo/ViewChaosDemo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {


func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
ViewChaosStart.awake()
#if DEBUG
ViewChaosStart.awake()
#endif
window = UIWindow(frame: UIScreen.main.bounds)
print(UIScreen.main.bounds)
let mainViewController = ViewController()
Expand Down

0 comments on commit a577804

Please sign in to comment.