UIWindows

A Window object has several responsibilities.

1. It contains your application's visible content.

2. It plays a key role in the delivery of touch events to your views and other application objects.

3. It works with your application's view controllers to facilitate orientation changes.

n iOS, windows do not have title bars, close boxes, or any other visual adornments.

原文地址:https://www.cnblogs.com/JiesonWu/p/2599318.html