Love Design+Art and materialize them in life.
UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; button.frame = frame;
UIButton *button = [[[UIButton alloc] initWithFrame:CGRectMake(0.0f,0.0f,100.0f,45.0f)] autorelease];