ChenYilong / ChenYilong/iOS13AdaptationTips

App Delegate --> Scene Delegate

Open
#14 2 comments 0 reactions 0 assignees View on GitHub
note
Dominant language
No language data
Stars
170
Forks
5
PR merge metrics
No merged PRs in 30d

Description

![](http://ww4.sinaimg.cn/large/006tNc79ly1g3w8h0f8gcj31cs0mmdix.jpg)

![](http://ww1.sinaimg.cn/large/006tNc79ly1g3w8iredu0j30h80mzgmw.jpg)

还有现在 root view controller 的 view superview 也不直接是 UIWindow 了,估计很多代码都有问题了。

反正我获取keyWindow 使用 [UIApplicatoin sharedApplication].keyWindow,暂时不会受影响吧。

最好通过Appdelegate来获取keywindow

只是 Window 和 rootviewcontroller 的view 之间隔了几个 private 的 view

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the App Delegate and Scene Delegate lifecycle, then inspect uses of UIApplication.sharedApplication.keyWindow and assumptions that the root view controller's view is directly under UIWindow. The issue names no files or tests; done should clarify the supported iOS 13 window-access pattern and identify affected code paths.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios, objective-c
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.