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

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -