UIView * view = [[UIView alloc] initWithFrame: CGRectMake (60, 80, 200, 100)];
view.backgroundColor = [UIColor redColor];
[Self.window addSubview: view];
UIView * view1 = [[UIView alloc] initWithFrame: CGRectMake (60, 150, 200, 100)];
view1.backgroundColor = [UIColor yellowColor];
[Self.window addSubview: view1];
I want to know the code shown above in red block selected to move up with the blue block on the exchange of quick, I do not cut and pasted it.
If you know the Editor and view the big switch know thank god share slightly ~

Reply:
answer has fumbled slightly ~ share cmd + option + '[' or ']'
No comments:
Post a Comment