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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…