What's on your Ctrl+V?

force.jpg
 
I think I may join you! untill that point AAAAAAAAAAAAAGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
 
Code:
image1 = [[UIImageView alloc] initWithFrame:CGRectMake(160, 240, 50, 50)];
	image1.image = [UIImage imageNamed:@"icon.png"];
	image1.alpha = 1.0;
	
	view1 = [[UIView alloc] initWithFrame:CGRectMake(50, 50, 50, 50)];
	
	[view1 addSubview:image1];
	[self.view addSubview:view1];

This is actually on my CMD+V but it's the same thing right? ^^
 
This is Virus related and when we rebuild the PC. You will be able to use them with no issues after that. Please be patient till we get around to it.

Tom
 
Code:
image1 = [[UIImageView alloc] initWithFrame:CGRectMake(160, 240, 50, 50)];
	image1.image = [UIImage imageNamed:@"icon.png"];
	image1.alpha = 1.0;
	
	view1 = [[UIView alloc] initWithFrame:CGRectMake(50, 50, 50, 50)];
	
	[view1 addSubview:image1];
	[self.view addSubview:view1];

This is actually on my CMD+V but it's the same thing right? ^^

No, get out!
 
RE: O'Neils Gig Wednesday 2nd Dec

hmm don't even remember copying that but I'm guessing it's to do with my managers band playing in the pub last night.....
 
Back
Top Bottom