i need ignore autolayout constraints on subview. have tried using translatesautoresizingmaskintoconstraints = yes although posts have stated. great , allows me set frame of object. doesn't ignore auto layout constraints views setting translatesautoresizingmaskintoconstraints = yes on still causing debugger output "will attempt recover breaking constraint .....". how make constraints won't referenced ignored until want bring them back. there simple solution?
on ios 8 , later can deactivate constraint setting active property false. can create iboutlet list don't have reference constraints 1 one , activate , deactivate them @ once.
for backwards compatibility, can remove them view , add them again later.
Comments
Post a Comment