Hi everyone !! this is a new thread I am starting ...... its a blog which contains iphone coding !! I have created this as a reference for myself in my development work and also help people who are new to iphone !!
UIButton *myButton= [[UIButton buttonWithType:UIButtonTypeRoundedRect] retain];
myButton.frame = CGRectMake(105,180, 115, 35);
[myButton setTitle:@"Apply Image" forState:UIControlStateNormal];
myButton.backgroundColor = [UIColor clearColor];
[myButton addTarget:self action:@selector(ApplyImage: ) forControlEvents:UIControlEventTouchUpInside];
0 comments:
Post a Comment