ios - when updating label text a few images reset to their storyboard init size -



ios - when updating label text a few images reset to their storyboard init size -

i'm working on game score (uilabel) , few moving uiimages.

from day installed xcode 6, every time update score images in view go first frame (the frame storyboard).

i tried update score this:

label.text = @"4"; [label settext : @"4"];

but still happens

i think if create score label programmatically might help, wanna know if of know bug , maybe have other solution?

ios objective-c xcode ios8 xcode6

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -