Orientation in a UIView added to a UIWindow

后端 未结 6 1878
眼角桃花
眼角桃花 2020-11-28 01:21

I have a UIView which is supposed to cover the whole device (UIWindow) to support an image zoom in/out effect I\'m doing using core animation where a user taps a button on a

6条回答
  •  醉话见心
    2020-11-28 02:05

    I had a similar problem with views being added directly to a window. Maybe this will help: Automatically Sizing UIView after Adding to Window

提交回复
热议问题