HiI am trying to detect an external display using iOS Swift. The second display is connected with a Lightning Digital AV Adapter and HDMI. I have imported UIKIt. UIScreen.screens.count always == 1. It equals 1 even if I start the app with an external screen already being mirrored. How can I test for an external display so that I can initialize its view?