ios - Weird animation behaviour while using autolayout in .xib -


i've custom tableview cell right aligned button having following constraints:

  1. trailing space superview
  2. fixed width
  3. fixed height
  4. top space superview

enter image description here

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

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -