ios - Setting frame for UIButton ignored -
i have ios 8 application using autolayout involved views. however, main view has lot of programmatically created views take long arrange using auto layout. want manage layout of views myself.
inside view buttons. when try set frame of button, ignored - frame remains unchanged after command, when stepping through in debugger. i've set translatesautoresizingmaskintoconstraints
true , false, no difference (for particular problem), , i've deleted constraints on button , view above (both before execution , in code before doing layout, in desperation).
creating & managing constraints programatically tough trace. anyhow , try use storyboard directly - best way manage constrants easily.
Comments
Post a Comment