/ Published in: Objective C
Expand |
Embed | Plain Text
CGRect frameRect = myImage.frame; CGPoint rectPoint = frameRect.origin; CGFloat newXPos = rectPoint.x - 0.5f; myImage.frame = CGRectMake(newXPos, 0.0f, myImage.frame.size.width, myImage.frame.size.height);
You need to login to post a comment.
