Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
类似于以编程方式截取屏幕截图,但我只想要屏幕上的文本内容。我想我可以通过 OCR 来截取屏幕截图,但是,我希望有更好的解决方案。
一种方法是使用 UIWindow 实例并遍历窗口中的所有视图,并检查它们是否是 UILabel 和 UITextField 或 UITextView 的子类,如果是,您可以从那里获取文本。