Autoresizing issue in Xcode 8

后端 未结 9 1842
无人及你
无人及你 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 13:58

    Update the issue seems to have been fixed in Xcode 8.1


    Having the same issue and I've found that the offender here is the UIScrollView element. Just move everything outside of your scroller and you will see that everything works just fine, like before.

    Which means one possible workaround would be to place your scrollable content in an ordinary UIView, then replacing it with UIScrollView at run time, programmatically.

提交回复
热议问题