Hi I have a UITextField and I wnat to center this field on the center of teh view any ideas
usernameField = [[UITextField alloc] initWithFrame:CGRectMake(0, 200, 200, 28)];
instead of CGRectMake(some numbers) - I wnat to place it in the center of teh view
Thanks