In the layoutSubviews of uitableviewcell, there is logics like
switch(enum_instance){ }
enum_instance was changed from some place, for instance in one timer, then setNeedLayout to trigger layoutSubviews
But the enum_instance in layoutSubviews will not be updated. Is this bug ? or something wrong I have done ?
Thanks,