Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
525 views
in Technique[技术] by (71.8m points)

iphone - UIView layout being reset

I am using a storyboard to create the initial state of my view. I then have a button that changes the layout (it expands a UITextView to take up half of the screen).

Whenever I try to alter the text of a label on the screen programatically the UIView is resetting to the storyboard layout.

Is there a method that resets a UIView to its initial state that is causing this to happen? Or any ideas why this is occurring?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

1 Answer

0 votes
by (71.8m points)

You have autolayout turned on for your storyboard. The autolayout system will (at various times) set the position and size of every view in your view hierarchy based on the layout constraints in your storyboard.

You can either turn off autolayout in your storyboard, or you can resize the text view by modifying its layout constraints.

If you want to use autolayout and modify the constraints, watch at least the first of these three videos from WWDC 2012:


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share

755k questions

754k answers

5 comments

53.3k users

...