How to debug an interface in the iMessage extension?

I am developing the iMessage extension, but am facing some user interface issues. But I can’t debug the interface like an iOS application.

As an extension to com.apple.MobileSMS(iMessage application container). So, is there a way to debug the iMessage extension UI?

+4
source share
2 answers

There is no way to debug the user interface hierarchy in iMessage prior to Xcode-8.1 . It shows black spaces in the user interface, and then click DEBUG iMessage UI.

+1
source

, Xcode 8.3.2 ( , )

Itty Bitty Apps

, , , Xcode Hierarchy, , , , , , .

.

0

Source: https://habr.com/ru/post/1656927/


All Articles