what you mean with custom
Code:
UIButton *myButton = [UIButton buttonWithType:UIButtonTypeRoundedRect];
myButton .frame = CGRectMake(100, 150, 90, 30);
[myButton setTitle:@"button text" forState:UIControlStateNormal];
[self.view addSubview:myButton ];