ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.85k stars 1.69k forks source link

使用YYTextView时 报rootViewController's问题 #905

Open lusugu opened 5 years ago

lusugu commented 5 years ago

[Window] Manually adding the rootViewController's view to the view hierarchy is no longer supported. Please allow UIWindow to add the rootViewController's view to the view hierarchy itself.

zhanfengkuang commented 5 years ago

有人解决这个问题吗

stepor commented 4 years ago

运行 YYTextView demo的时候会出现这个问题,原因是 UIVisualEffectView 要使用 contentView 属性来添加子视图。 image @zhanfengkuang @lusugu