ios - Weird animation behaviour while using autolayout in .xib -
i've custom tableview cell right aligned button having following constraints:
- trailing space superview
- fixed width
- fixed height
- top space superview

now when launch view controller, edit icon image fly , settle down @ correct location. how can remove animation.
note: problem in visible in cells. i've tried deleting , re-adding component well.
fixed problem updating frame , calling [self layoutifneeded]; nothing work if miss [self layoutifneeded]; function call after updating frames.
Comments
Post a Comment