gpt4 book ai didi

ios - App Delegate - 页面 Controller 错误

转载 作者:行者123 更新时间:2023-11-28 06:47:25 25 4
gpt4 key购买 nike

我不确定我在下面的声明中做错了什么。我已经在我的项目中添加了一个页面 View Controller ,但是当我构建并运行该项目时,出现了“bool”错误。这是代码:

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// Override point for customization after application launch.

UIApplication.sharedApplication().setStatusBarStyle(UIStatusBarStyle.LightContent, animated: true)

let pageControl = UIPageControl.appearance()
pageControl.pageIndicatorTintColor = UIColor.lightGrayColor()
pageControl.currentPageIndicatorTintColor = UIColor.whiteColor()
}

最佳答案

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// Override point for customization after application launch.

UIApplication.sharedApplication().setStatusBarStyle(UIStatusBarStyle.LightContent, animated: true)

let pageControl = UIPageControl.appearance()
pageControl.pageIndicatorTintColor = UIColor.lightGrayColor()
pageControl.currentPageIndicatorTintColor = UIColor.whiteColor()
return true
}

关于ios - App Delegate - 页面 Controller 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35915972/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com