iOS AutoLayout issue with ScrollView

后端 未结 3 1342
借酒劲吻你
借酒劲吻你 2021-01-21 11:33

Hello i have an auto layout issue with UIScrollView and ModalViewController. Here are my coding steps as sample code:

1) I have an UIView

3条回答
  •  独厮守ぢ
    2021-01-21 11:42

    Perhaps you can reset the contentoffset in the viewWillAppear? And did you already implement -(void)layoutsubviews?

提交回复
热议问题