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 uiimage
s.
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
Post a Comment