Answer the question
In order to leave comments, you need to log in
Are there iOS interface helpers?
Good afternoon, I write applications for iOS and have already been tormented with the adjustment of visual elements (a huge part of my code looks something like
CGRect imageFrame = self.trainImage.frame;
imageFrame.size.height = newHeight;
imageFrame.origin.y = self.greyView.frame.size.height+5;
[self.trainImage setFrame:imageFrame];
CGRect disvF = [self.downImageSeparatorView frame];
disvF.origin.y = self.trainImage.frame.origin.y + self.trainImage.frame.size.height;
[self.downImageSeparatorView setFrame:disvF];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question