UIImageView Position Resetting during label text update
Really weird issue going on here. Using XCode6 with iOS8 I have a simple UIImageView, which moves across the screen when I click. No problem- works great. I Just have a simple method to update specific labels...based on an int called StrikesLeft. Here is my updateLabels method: -(void)displayLabels{ //update strikes label strikesLeftDisplay = [NSString stringWithFormat: @"%d", strikesLeft]; lblStrikes.text=strikesLeftDisplay; } Here is the weird issue though: If I don't actually update the label, it runs no problem...but as soon as the label updates on the viewController, the UIImageView