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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

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