HDB-Li / LLDebugTool

LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.
https://github.com/HDB-Li/LLDebugTool
Other
739 stars 121 forks source link

修改属性Alert,Textfield不响应 #86

Open AnswerBoy opened 4 years ago

AnswerBoy commented 4 years ago

iOS13系统,13系统一下没有影响,修改过windowScene,没有效果,请问有碰到么?

HDB-Li commented 4 years ago

@AnswerBoy 我没试过修改windowScene.

HDB-Li commented 4 years ago

@AnswerBoy 修改属性Alert是指修改什么?

AnswerBoy commented 4 years ago

UIAlertViewController在Alert展示的时候,textfield无法聚焦,导致整个app无法接收触摸事件。

AnswerBoy commented 4 years ago

@HDB-Li 修改属性会展示带有Textfield的alert

HDB-Li commented 4 years ago

@AnswerBoy Ok,我看看怎么解决

AnswerBoy commented 4 years ago

嗯好的,不带textfield的alert是完全ok的,希望能尽快解决