Autoresizing issue in Xcode 8

后端 未结 9 1864
无人及你
无人及你 2020-12-05 13:24

=== EDIT ========

This issue is now solved in Xcode 8.1. I have checked.

================

I don\'t know auto-layout

9条回答
  •  生来不讨喜
    2020-12-05 14:00

    Facing same issue. As a my point of view this problem is occurred when we use autoresizing and set only inner autoresizingMask to any view controller. Like,

    If we use also boundary autoresizingMask at that time not facing this issue. Like,

    I don't know this is actual bug of xcode 8 or remove this functionality in xcode 8.

    So, Finally my suggestion is that we need to use auto layout in xcode 8.

提交回复
热议问题