If you choose to create a window in Interface Builder, be sure to select the Full Screen at Launch option in the Attributes inspector so that the window is sized appropriately for the current device. Because a window doesn’t receive touch events outside of its bounds and views aren’t clipped to the window’s bounds by default, an improperly sized window might not be able to deliver touch events to all its views.

 

UIWindow小记

相关文章:

  • 2021-07-28
  • 2021-12-09
  • 2021-11-13
  • 2022-12-23
  • 2021-04-02
  • 2021-07-16
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-01
  • 2021-12-28
  • 2021-08-09
  • 2021-09-13
  • 2021-09-21
  • 2021-06-08
相关资源
相似解决方案